fix: improved queue handling
If an episode that is already in the queue is played, remove it from the queue. Don't appent newly played episode to queue. If a new episode is set to play when there is another one currently playing, add previous to queue.
Showing
- src/store/index.ts 123 additions, 14 deletionssrc/store/index.ts
- src/ui/PodcastView/EpisodePlayer.svelte 8 additions, 57 deletionssrc/ui/PodcastView/EpisodePlayer.svelte
- src/ui/PodcastView/PodcastView.svelte 20 additions, 25 deletionssrc/ui/PodcastView/PodcastView.svelte
- src/ui/PodcastView/spawnEpisodeContextMenu.ts 3 additions, 3 deletionssrc/ui/PodcastView/spawnEpisodeContextMenu.ts
Loading
Please register or sign in to comment