From 388f56d6126662486abca862f3db942c24af5110 Mon Sep 17 00:00:00 2001 From: Allen Taylor <360137+allentje@users.noreply.github.com> Date: Thu, 21 Oct 2021 15:17:19 +0200 Subject: [PATCH] update state when switching playlist (#63) --- js/components/screens/playlist.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/js/components/screens/playlist.vue b/js/components/screens/playlist.vue index 75128f43..54586d19 100644 --- a/js/components/screens/playlist.vue +++ b/js/components/screens/playlist.vue @@ -97,6 +97,7 @@ export default mixins(hasSongList).extend({ if (playlist.populated) { this.playlist = playlist + this.state = playlist } else { this.populate(playlist) }