This commit is contained in:
sech1p 2021-03-16 12:48:55 +01:00
parent 14a0adb761
commit 5894023a93

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;