Skip to content

Commit 5223465

Browse files
authored
fix(autoSkipExplicit): wait for webpack to be loaded
1 parent c84c659 commit 5223465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Extensions/autoSkipExplicit.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
setTimeout(ChristianSpotify, 1000);
1010
return;
1111
}
12+
await new Promise(res => Spicetify.Events.webpackLoaded.on(res));
1213

1314
let isEnabled = Spicetify.LocalStorage.get("ChristianMode") === "1";
1415

0 commit comments

Comments
 (0)