Skip to content

Commit

Permalink
fix: clicking playlist redirects to correct view
Browse files Browse the repository at this point in the history
fix #17
  • Loading branch information
chhoumann committed Aug 24, 2022
1 parent b1bc918 commit 9d344da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/PodcastView/PodcastView.svelte
Expand Up @@ -160,7 +160,7 @@
selectedPlaylist = playlist;
displayedEpisodes = playlist.episodes;
viewState.set(ViewState.Player);
viewState.set(ViewState.EpisodeList);
}
}
</script>
Expand Down

0 comments on commit 9d344da

Please sign in to comment.