Browse Source

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

Kristian Vos 5 năm trước cách đây
mục cha
commit
5959ac5ebb
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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: {