소스 검색

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: {