From ac01d918e5cfda3dd202b641cd38a7f554e5ae52 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 27 Sep 2023 23:46:06 +0200 Subject: Add support for invidious popular feed (new config option) --- example-config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'example-config.json') diff --git a/example-config.json b/example-config.json index 5c220ec..a802dfa 100644 --- a/example-config.json +++ b/example-config.json @@ -42,7 +42,10 @@ }, "youtube": { // If true, resume playback where you left off in youtube videos - "load_progress": true + "load_progress": true, + // The invidious instance to use. This is currently only used to show a video feed. + // If not set, then local recommendations are used instead. + "invidious_instance": "" }, "matrix": { // List of homeservers to display in the "Room directory" tab -- cgit v1.2.3