Somehow this only breaks on certain archives...
This commit is contained in:
parent
02dc12e646
commit
9ba95a073c
|
|
@ -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
|
//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){
|
derivative.forEach(function(file){
|
||||||
//sift through standard files to find matching originals
|
//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 we have a match
|
||||||
if(vids[i].name == file.original){
|
if(vids[i].name == file.original){
|
||||||
//replace the file with the correct derivative
|
//replace the file with the correct derivative
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue