You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
click any track from the all tracks list in this radio (not the list in the player, not a track which is in the player's track list)
Expected result: clicking a track (in a channel's /tracks list) not part of the player's track list, should load all tracks, and play the one that was clicked
Actual result: the clicked track is loaded, but the player's selection of tracks (from the previous search) is not cleared
Does this make sense?
The text was updated successfully, but these errors were encountered:
Makes sense. So, when a track is played, we need to check:
if currentSelection && !currentSelection.contains(playedTrack) ==> reset playlist
?
4www
changed the title
Loading a selection is not clearer by clicking on a track in channel.tracks list
Loading a selection is not cleared by clicking on a track in channel.tracks list
Nov 4, 2019
To reproduce:
all tracks list
in this radio (not the list in the player, not a track which is in the player's track list)Expected result: clicking a track (in a channel's /tracks list) not part of the player's track list, should load all tracks, and play the one that was clicked
Actual result: the clicked track is loaded, but the
player's selection
of tracks (from the previous search) is not clearedDoes this make sense?
The text was updated successfully, but these errors were encountered: