浏览代码

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

Kristian Vos 5 年之前
父节点
当前提交
5959ac5ebb
共有 1 个文件被更改,包括 3 次插入0 次删除
  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: {