Restoring shuffle switch for playing playlists
This commit is contained in:
@ -603,7 +603,7 @@ const MopidyMiddleware = (function(){
|
|||||||
|
|
||||||
// We've got all of the tracks, so just play those; no further action required
|
// We've got all of the tracks, so just play those; no further action required
|
||||||
if (playlist.tracks_total == playlist.tracks_uris.length){
|
if (playlist.tracks_total == playlist.tracks_uris.length){
|
||||||
store.dispatch(mopidyActions.playURIs(playlist.tracks_uris, action.uri));
|
store.dispatch(mopidyActions.playURIs(playlist.tracks_uris, action.uri, action.shuffle));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user