瀏覽代碼

Merge branch 'experimental' of github.com:Musare/MusareNode into experimental

Owen Diffey 5 年之前
父節點
當前提交
27253da6e8
共有 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: {