diff options
Diffstat (limited to 'example-config.json')
-rw-r--r-- | example-config.json | 5 |
1 files changed, 4 insertions, 1 deletions
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 |