Skip to content

Commit e836951

Browse files
committed
- playing around with the spotify API
1 parent 408ded7 commit e836951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/spotify_test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
if (trackId) {
161161
setTimeout(() => {
162162
pauseResumeButton.click();
163-
}, 1000);
163+
}, 5000);
164164
}
165165
} catch (error) {
166166
console.error('Error during player initialization:', error);

0 commit comments

Comments
 (0)