Browse Source

fix: fixed issue where playlist sidebar didn't work properly

Kristian Vos 5 years ago
parent
commit
5959ac5ebb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      frontend/components/Sidebars/Playlist.vue

+ 3 - 0
frontend/components/Sidebars/Playlist.vue

@@ -60,6 +60,9 @@ export default {
 	computed: {
 		...mapState("modals", {
 			modals: state => state.modals.station
+		}),
+		...mapState({
+			station: state => state.station.station
 		})
 	},
 	methods: {