Skip to content
This repository has been archived by the owner on Oct 9, 2022. It is now read-only.

Commit

Permalink
update state when switching playlist (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
allentje authored Oct 21, 2021
1 parent b4a157a commit 388f56d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/components/screens/playlist.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export default mixins(hasSongList).extend({
if (playlist.populated) {
this.playlist = playlist
this.state = playlist
} else {
this.populate(playlist)
}
Expand Down

0 comments on commit 388f56d

Please sign in to comment.