Skip to content

Commit e76d7b9

Browse files
authored
fix(autoSkipExplicit): add missing async
1 parent 5223465 commit e76d7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extensions/autoSkipExplicit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/// <reference path="../globals.d.ts" />
66

7-
(function ChristianSpotify() {
7+
(async function ChristianSpotify() {
88
if (!Spicetify.LocalStorage) {
99
setTimeout(ChristianSpotify, 1000);
1010
return;

0 commit comments

Comments
 (0)