Comment update

This commit is contained in:
HaveAGitGat 2020-08-08 01:01:57 +02:00
parent 315b48f551
commit 29d1f7e836

View file

@ -71,7 +71,7 @@ module.exports.plugin = function plugin(file, librarySettings, inputs) {
'hevc'
]
//clean up res and codec terms from container
//clean up res and codec terms from name
for (let i = 0; i < terms.length; i++) {
while (true) {
let idx = fileName.indexOf(terms[i]);