Allow tracks to appear in playlist multiple times
Closed this issue · 1 comments
graue commented
Currently tracks already in the playlist are skipped when adding.
graue commented
Amusingly, I rewrote everything and this bug still exists. To fix, the PlayStatusStore needs to associate a nonce with each playlist entry at the time it's added, and somehow expose this from PlayStatusStore to the Playlist component to use as a React key.