Fix script group finding (#877)

This commit is contained in:
jberg 2019-08-21 14:35:59 -07:00 committed by Jordan Eldredge
parent 84651f4567
commit 0fc4aacbbc

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({