Skip to content

Commit

Permalink
Update dependency in theme.script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ohitstom committed Jan 13, 2024
1 parent 1219004 commit c7d8cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Comfy/theme.script.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ torefactor:
},
true
);
waitForDeps("Spicetify.Platform.History", () => Spicetify.Platform.History.listen(updateBanner));
waitForDeps("Spicetify.Platform", () => Spicetify.Platform.History.listen(updateBanner));
waitForDeps("Spicetify.Player", () => Spicetify.Player.addEventListener("songchange", updateBanner));
updateBanner();

Expand Down

0 comments on commit c7d8cd6

Please sign in to comment.