Skip to content

Commit

Permalink
renderer: fix unable to play DjRadio programs (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: Rocka <[email protected]>
  • Loading branch information
baiyuanneko and rocka authored Oct 18, 2023
1 parent eab4cce commit ef149b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default {
/** @returns {import('@/store/modules/ui').State} */
ui() { return this.$store.state.ui; },
/** @returns {import('@/store/modules/playlist').State}*/
playing() { return this.$store.state.playlist; },
playlist() { return this.$store.state.playlist; },
/** @returns {Models.DjRadioProgram[]} */
programsToShow() {
return this.filteredPrograms || this.programs;
Expand Down

0 comments on commit ef149b3

Please sign in to comment.