From 448a145ed0bbd71b83e69b9034ff9797d734d964 Mon Sep 17 00:00:00 2001 From: ArabCoders Date: Mon, 30 Dec 2024 10:51:14 +0300 Subject: [PATCH] Added maxWorkers to title --- app/library/config.py | 1 + ui/pages/index.vue | 8 ++++---- ui/stores/ConfigStore.js | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) 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: '',