From 5aef97410c3ec30a60b2b9aa1f408981c71459ac Mon Sep 17 00:00:00 2001 From: mdnghtman Date: Sun, 29 Sep 2024 20:45:03 +0200 Subject: [PATCH] Update redlib.conf (#271) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This setting expects an array of subs and not a boolean value. This confuses new users and also seems to be unintentional. Removing the comment character would lead to an error output on the start page. “Couldn't send request to Reddit: Post url contains non-ASCII characters | /r/off (sub1%2Bsub2%2Bsub3)/hot.json?&raw_json=1” --- contrib/redlib.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/redlib.conf b/contrib/redlib.conf index 43c1d86..e670455 100644 --- a/contrib/redlib.conf +++ b/contrib/redlib.conf @@ -12,6 +12,6 @@ PORT=12345 #REDLIB_DEFAULT_USE_HLS=off #REDLIB_DEFAULT_HIDE_HLS_NOTIFICATION=off #REDLIB_DEFAULT_AUTOPLAY_VIDEOS=off -#REDLIB_DEFAULT_SUBSCRIPTIONS=off (sub1+sub2+sub3) +#REDLIB_DEFAULT_SUBSCRIPTIONS=(sub1+sub2+sub3) #REDLIB_DEFAULT_HIDE_AWARDS=off #REDLIB_DEFAULT_DISABLE_VISIT_REDDIT_CONFIRMATION=off