From 5888e5442a6220203e1be4289b7e118abb91ab54 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 7 Jan 2023 15:51:58 +0700 Subject: [PATCH] set default streams and shorts channel size to 50 --- tubearchivist/home/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tubearchivist/home/config.json b/tubearchivist/home/config.json index de467fb5..aa446399 100644 --- a/tubearchivist/home/config.json +++ b/tubearchivist/home/config.json @@ -15,8 +15,8 @@ "auto_search": false, "auto_download": false, "channel_size": 50, - "live_channel_size": 0, - "shorts_channel_size": 0 + "live_channel_size": 50, + "shorts_channel_size": 50 }, "downloads": { "limit_count": false,