From ab6d48c0c66d23e1cd612ccfa7a0a1d66f29c867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Sat, 20 Jun 2020 00:30:37 +0000 Subject: [PATCH] Default audio volume, Source to use for comments --- Preferences.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Preferences.md b/Preferences.md index 573a007..7ddfc67 100644 --- a/Preferences.md +++ b/Preferences.md @@ -15,8 +15,8 @@ These are the preferences you can set: "local": true, // Proxy requests via Invidious instance for privacy "speed":1.0, // Also accepts '0.5', '1.5', '2.0' "quality":"hd720", // Also accepts 'dash' for 1080p, 'medium', 'small' - "volume":100, // Audio Volume by default (0 = Min, 100 = Max) - "comments":[ // Choose which source to use for the comments; 'youtube' or 'reddit' + "volume":100, // Default audio volume (0 = Min, 100 = Max) + "comments":[ // Source to use for comments; 'youtube' or 'reddit' "youtube", "" ],