mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 15:32:23 +05:30
Fix typo in user defaults
This commit is contained in:
parent
099b711400
commit
60038b29f1
@ -36,7 +36,7 @@ DEFAULT_USER_PREFERENCES = Preferences.from_json({
|
|||||||
"captions" => ["", "", ""],
|
"captions" => ["", "", ""],
|
||||||
"related_videos" => true,
|
"related_videos" => true,
|
||||||
"dark_mode" => false,
|
"dark_mode" => false,
|
||||||
"thin_mode " => false,
|
"thin_mode" => false,
|
||||||
"max_results" => 40,
|
"max_results" => 40,
|
||||||
"sort" => "published",
|
"sort" => "published",
|
||||||
"latest_only" => false,
|
"latest_only" => false,
|
||||||
|
Loading…
Reference in New Issue
Block a user