graue/potsfyi

Allow tracks to appear in playlist multiple times

Closed this issue · 1 comments

Currently tracks already in the playlist are skipped when adding.

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.