Fix script group finding (#877)

This commit is contained in:
jberg 2019-08-21 14:35:59 -07:00 committed by Jordan Eldredge
parent be2ab37809
commit 63a2e99a78

View file

@ -57,7 +57,7 @@ function gotSkinZip(zip: JSZip, store: ModernStore) {
}
const scriptGroup = Utils.findParentNodeOfType(
node,
new Set(["group", "JsWinampAbstractionLayer", "WasabiXML"])
new Set(["group", "WinampAbstractionLayer", "WasabiXML"])
);
const system = new System(scriptGroup, store);
run({