Filter out songs not in the playlist

This commit is contained in:
Deluan
2020-05-16 19:02:33 -04:00
parent 12cf2f1104
commit c43798c5dd
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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')}
>