You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.13.1; add hotfix for Spotify random queue playback issue
hotfix for spotify client not playing random queue; cause: when spotify's api has problems, client doesn't see any tracks in playlist unless manually clicked; fix requires killing and autorunning spotify enabled
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Changelog
2
2
3
+
## 1.13.1
4
+
### Added:
5
+
- hotfix for spotify client not playing random queue; cause: when spotify's api has problems, client doesn't see any tracks in playlist unless manually clicked; fix requires killing and autorunning spotify enabled
if (last_playlist==PLAYLIST_IDandrandomqueuefix_playlist) and (spotify_button_check() andconfig['AUTO_SPOTIFY'] andconfig['KILLSWITCH_ON']): # hotfix for spotify client not playing random queue; cause: when spotify's api has problems, client doesn't see any tracks in playlist unless manually clicked; fix requires killing and autorunning spotify enabled; fix doesn't work when different playlist was playing before without any pause - spotify's api reports that music is playing, but actually it's not
1994
+
ifnotrandomqueuefix_run: #restart only once
1995
+
killswitch("Spotify not playing random queue, restarting client.")
0 commit comments