Somehow this only breaks on certain archives...

This commit is contained in:
rainbownapkin 2024-10-29 18:59:15 -04:00
parent 02dc12e646
commit 9ba95a073c

View file

@ -709,7 +709,7 @@ var Getters = {
//chose derivatives over originals to save on bandwith and ensure web-compatibility, even if they don't always look as nice :P
derivative.forEach(function(file){
//sift through standard files to find matching originals
for(i = 0; i < vids.length; i++){
for(var i = 0; i < vids.length; i++){
//if we have a match
if(vids[i].name == file.original){
//replace the file with the correct derivative