diff --git a/js/components/screens/playlist.vue b/js/components/screens/playlist.vue index 75128f4..54586d1 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) }