Pārlūkot izejas kodu

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

Owen Diffey 5 gadi atpakaļ
vecāks
revīzija
27253da6e8
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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: {