mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Default audio volume, Source to use for comments
This commit is contained in:
parent
32fc961b87
commit
ab6d48c0c6
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ These are the preferences you can set:
|
||||||
"local": true, // Proxy requests via Invidious instance for privacy
|
"local": true, // Proxy requests via Invidious instance for privacy
|
||||||
"speed":1.0, // Also accepts '0.5', '1.5', '2.0'
|
"speed":1.0, // Also accepts '0.5', '1.5', '2.0'
|
||||||
"quality":"hd720", // Also accepts 'dash' for 1080p, 'medium', 'small'
|
"quality":"hd720", // Also accepts 'dash' for 1080p, 'medium', 'small'
|
||||||
"volume":100, // Audio Volume by default (0 = Min, 100 = Max)
|
"volume":100, // Default audio volume (0 = Min, 100 = Max)
|
||||||
"comments":[ // Choose which source to use for the comments; 'youtube' or 'reddit'
|
"comments":[ // Source to use for comments; 'youtube' or 'reddit'
|
||||||
"youtube",
|
"youtube",
|
||||||
""
|
""
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue