Restoring shuffle switch for playing playlists

This commit is contained in:
James Barnsley
2019-04-03 13:56:50 +13:00
parent bf37211f58
commit 61283a033b

View File

@ -603,7 +603,7 @@ const MopidyMiddleware = (function(){
// We've got all of the tracks, so just play those; no further action required
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;
}