diff --git a/app/library/config.py b/app/library/config.py index 43b16537..c7891b90 100644 --- a/app/library/config.py +++ b/app/library/config.py @@ -159,6 +159,7 @@ class Config: "url_prefix", "remove_files", "ui_update_title", + "max_workers", ) @staticmethod diff --git a/ui/pages/index.vue b/ui/pages/index.vue index 690dece6..0d1ac62d 100644 --- a/ui/pages/index.vue +++ b/ui/pages/index.vue @@ -8,28 +8,28 @@ diff --git a/ui/stores/ConfigStore.js b/ui/stores/ConfigStore.js index 93e25ccc..f5ff28f9 100644 --- a/ui/stores/ConfigStore.js +++ b/ui/stores/ConfigStore.js @@ -7,6 +7,7 @@ const CONFIG_KEYS = { ui_update_title: true, output_template: '', ytdlp_version: '', + max_workers: 1, version: '', url_host: '', url_prefix: '',