Filter out songs not in the playlist
This commit is contained in:
@@ -24,7 +24,7 @@ const PlaylistActions = ({
|
||||
<TopToolbar className={className} {...sanitizeListRestProps(rest)}>
|
||||
<Button
|
||||
onClick={() => {
|
||||
dispatch(playTracks(data))
|
||||
dispatch(playTracks(data, ids))
|
||||
}}
|
||||
label={translate('resources.album.actions.playAll')}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user