load media, when channel change

This commit is contained in:
jb-alvarado 2021-03-21 15:43:49 +01:00
parent f8e36a646f
commit b380160d7b

View File

@ -301,6 +301,12 @@ export default {
...mapState('media', ['crumbs', 'folderTree'])
},
watch: {
configID (id) {
this.getPath(this.extensions, '')
}
},
created () {
this.extensions = [...this.configPlayout.storage.extensions, ...this.configGui[this.configID].extra_extensions].join(',')
this.getPath(this.extensions, '')