load media, when channel change
This commit is contained in:
parent
f8e36a646f
commit
b380160d7b
@ -301,6 +301,12 @@ export default {
|
|||||||
...mapState('media', ['crumbs', 'folderTree'])
|
...mapState('media', ['crumbs', 'folderTree'])
|
||||||
},
|
},
|
||||||
|
|
||||||
|
watch: {
|
||||||
|
configID (id) {
|
||||||
|
this.getPath(this.extensions, '')
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
created () {
|
created () {
|
||||||
this.extensions = [...this.configPlayout.storage.extensions, ...this.configGui[this.configID].extra_extensions].join(',')
|
this.extensions = [...this.configPlayout.storage.extensions, ...this.configGui[this.configID].extra_extensions].join(',')
|
||||||
this.getPath(this.extensions, '')
|
this.getPath(this.extensions, '')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user