This commit is contained in:
jb-alvarado 2021-03-24 16:19:18 +01:00
parent 51b42abf53
commit 8b88699e49

View File

@ -61,7 +61,6 @@ export const actions = {
} }
const response = await this.$axios.get(`api/player/playlist/?date=${date}&config_path=${configPath}`) const response = await this.$axios.get(`api/player/playlist/?date=${date}&config_path=${configPath}`)
console.log(rootState.config.configPlayout.playlist.day_start)
if (response.data && response.data.program) { if (response.data && response.data.program) {
commit('UPDATE_PLAYLIST', this.$processPlaylist(rootState.config.startInSec, response.data.program)) commit('UPDATE_PLAYLIST', this.$processPlaylist(rootState.config.startInSec, response.data.program))