Skip to content

Commit

Permalink
Fix shuffle play of playlists not working
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Nov 12, 2024
1 parent 3c7d3fe commit 9463ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/youtube_plugin/kodion/items/menu_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def shuffle_playlist(context, playlist_id):
(PATHS.ROUTE, PATHS.PLAY,),
{
'playlist_id': playlist_id,
'order': 'random',
'order': 'shuffle',
'action': 'list',
},
run=True,
Expand Down

0 comments on commit 9463ffb

Please sign in to comment.