Explorar el Código

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

Kristian Vos hace 5 años
padre
commit
5959ac5ebb
Se han modificado 1 ficheros con 3 adiciones y 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: {