Explorar o código

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

Kristian Vos %!s(int64=5) %!d(string=hai) anos
pai
achega
5959ac5ebb
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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: {