Code: Select all
app.player.shufflePlaylist=true
Code: Select all
app.player.shufflePlaylist=false
I would expect setting;
Code: Select all
app.player.shufflePlaylist=!app.player.shufflePlaylist
I'm running on the current release 2024.0.0.3082
Moderators: jiri, drakinite, Addon Administrators
Code: Select all
app.player.shufflePlaylist=true
Code: Select all
app.player.shufflePlaylist=false
Code: Select all
app.player.shufflePlaylist=!app.player.shufflePlaylist