This commit is contained in:
HaveAGitGat 2021-10-20 01:54:30 +01:00
parent c8783e1dc6
commit 99cc5a10f6
2 changed files with 4 additions and 4 deletions

View file

@ -19,8 +19,8 @@ module.exports.plugin = function plugin(file) {
};
const resolutionsToSkip = [
"1080p",
'4KUHD'
'1080p',
'4KUHD',
];
for (let i = 0; i < resolutionsToSkip.length; i += 1) {