Skip to content

Commit

Permalink
fix(wrapper): set priority to 1 in OnChunksLoaded
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri committed Dec 19, 2024
1 parent 3f6c823 commit fa1070d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsHelper/spicetifyWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ window.Spicetify = {
() => {
webpackDidCallback = true;
},
12
1
);

let chunks = Object.entries(require.m);
Expand Down

0 comments on commit fa1070d

Please sign in to comment.