Updated default title_top value in config

This commit is contained in:
Isaac Grynsztein
2020-03-29 10:45:31 -04:00
parent eb084d03b2
commit 347df89aa7
2 changed files with 44 additions and 44 deletions

View File

@@ -1,46 +1,46 @@
{ {
"YoutubeDLMaterial": { "YoutubeDLMaterial": {
"Host": { "Host": {
"url": "http://example.com", "url": "http://example.com",
"port": "17442" "port": "17442"
}, },
"Encryption": { "Encryption": {
"use-encryption": false, "use-encryption": false,
"cert-file-path": "/etc/letsencrypt/live/example.com/fullchain.pem", "cert-file-path": "/etc/letsencrypt/live/example.com/fullchain.pem",
"key-file-path": "/etc/letsencrypt/live/example.com/privkey.pem" "key-file-path": "/etc/letsencrypt/live/example.com/privkey.pem"
}, },
"Downloader": { "Downloader": {
"path-audio": "audio/", "path-audio": "audio/",
"path-video": "video/", "path-video": "video/",
"use_youtubedl_archive": false, "use_youtubedl_archive": false,
"custom_args": "" "custom_args": ""
}, },
"Extra": { "Extra": {
"title_top": "Youtube Downloader", "title_top": "YoutubeDL-Material",
"file_manager_enabled": true, "file_manager_enabled": true,
"allow_quality_select": true, "allow_quality_select": true,
"download_only_mode": false, "download_only_mode": false,
"allow_multi_download_mode": true, "allow_multi_download_mode": true,
"settings_pin_required": false "settings_pin_required": false
}, },
"API": { "API": {
"use_youtube_API": false, "use_youtube_API": false,
"youtube_API_key": "" "youtube_API_key": ""
}, },
"Themes": { "Themes": {
"default_theme": "default", "default_theme": "default",
"allow_theme_change": true "allow_theme_change": true
}, },
"Subscriptions": { "Subscriptions": {
"allow_subscriptions": true, "allow_subscriptions": true,
"subscriptions_base_path": "subscriptions/", "subscriptions_base_path": "subscriptions/",
"subscriptions_check_interval": "300", "subscriptions_check_interval": "300",
"subscriptions_use_youtubedl_archive": true "subscriptions_use_youtubedl_archive": true
}, },
"Advanced": { "Advanced": {
"use_default_downloading_agent": true, "use_default_downloading_agent": true,
"custom_downloading_agent": "", "custom_downloading_agent": "",
"allow_advanced_download": false "allow_advanced_download": false
}
} }
} }
}

View File

@@ -16,7 +16,7 @@
"custom_args": "" "custom_args": ""
}, },
"Extra": { "Extra": {
"title_top": "Youtube Downloader", "title_top": "YoutubeDL-Material",
"file_manager_enabled": true, "file_manager_enabled": true,
"allow_quality_select": true, "allow_quality_select": true,
"download_only_mode": false, "download_only_mode": false,