mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Added missing descriptions
This commit is contained in:
parent
e777d7fe81
commit
624ffbcca7
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ These are the preferences you can set:
|
||||||
{
|
{
|
||||||
"video_loop":true, // Always loop
|
"video_loop":true, // Always loop
|
||||||
"annotations":true, // Show annotations
|
"annotations":true, // Show annotations
|
||||||
"annotations_subscribed":true, //
|
"annotations_subscribed":true, // Show annotations for subscribed channels
|
||||||
"autoplay":true, // Autoplay current video
|
"autoplay":true, // Autoplay current video
|
||||||
"continue":true, // Load next video when current video finishes
|
"continue":true, // Load next video when current video finishes
|
||||||
"continue_autoplay":true, // Load and autoplay next video
|
"continue_autoplay":true, // Load and autoplay next video
|
||||||
|
@ -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,
|
"volume":100, // Audio Volume by default (0 = Min, 100 = Max)
|
||||||
"comments":[ // Choose which comments to show; also accepts 'reddit'
|
"comments":[ // Choose which source to use for the comments; 'youtube' or 'reddit'
|
||||||
"youtube",
|
"youtube",
|
||||||
""
|
""
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue