mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Fix script group finding (#877)
This commit is contained in:
parent
be2ab37809
commit
63a2e99a78
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue