fix folder creation, fix #64
This commit is contained in:
parent
b93b65019e
commit
985674258e
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ffplayout",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.2",
|
||||
"description": "web GUI for ffplayout engine",
|
||||
"author": "Jonathan Baecker",
|
||||
"private": true,
|
||||
|
@ -364,7 +364,7 @@ export default {
|
||||
{
|
||||
folder: this.folderName,
|
||||
path: this.crumbs.map(e => e.text).join('/'),
|
||||
config_path: this.configGui[this.configID].playout_config
|
||||
channel: this.configGui[this.configID].id
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user