load media, when channel change
This commit is contained in:
parent
f8e36a646f
commit
b380160d7b
@ -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, '')
|
||||
|
Loading…
x
Reference in New Issue
Block a user