18l-fix
sech1p 2021-03-16 12:48:55 +01:00
parent 14a0adb761
commit 5894023a93
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ window.addEventListener('DOMContentLoaded', (event) => {
return 1;
}
if (a.vcodec !== 'none' && b.vcodec !== 'none') {
return b.width - a.height;
return b.height - a.height;
}
if (a.acodec !== 'none' && b.acodec !== 'none') {
return b.abr - a.abr;