Skip to content

Commit

Permalink
fix sfx subdirectory not downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
headshot2017 committed Dec 18, 2023
1 parent 16ad20b commit 31380bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const getAllSfxs = async (url) => {
if (extraLinks != null)
validLinks = validLinks.concat(extraLinks);
} else
validLinks.push(decodeURI(aTagValue));
validLinks.push(decodeURI(url + aTagValue));
}
return validLinks
}
Expand Down

0 comments on commit 31380bf

Please sign in to comment.