fix folder creation, fix #64

This commit is contained in:
jonathan 2021-05-06 10:27:38 +02:00
parent b93b65019e
commit 985674258e
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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
}
)