Clean out old unused objects

This commit is contained in:
advplyr 2024-09-03 17:04:58 -05:00 committed by Nicholas Wallace
parent eec3d0bdbf
commit e90ef81b70
29 changed files with 180 additions and 1540 deletions

View file

@ -51,7 +51,3 @@ module.exports.AudioMimeType = {
AWB: 'audio/amr-wb',
CAF: 'audio/x-caf'
}
module.exports.VideoMimeType = {
MP4: 'video/mp4'
}