From 9ba95a073cff7f0e67adf3f00d6a2c6843cd5a93 Mon Sep 17 00:00:00 2001 From: rainbownapkin Date: Tue, 29 Oct 2024 18:59:15 -0400 Subject: [PATCH] Somehow this only breaks on certain archives... --- src/get-info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/get-info.js b/src/get-info.js index 37d750b5..a623361f 100644 --- a/src/get-info.js +++ b/src/get-info.js @@ -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