mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Fix typo in ConfigPreferences
This commit is contained in:
parent
f6f176afc1
commit
b63f469110
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ struct ConfigPreferences
|
||||||
locale: {type: String, default: "en-US"},
|
locale: {type: String, default: "en-US"},
|
||||||
max_results: {type: Int32, default: 40},
|
max_results: {type: Int32, default: 40},
|
||||||
notifications_only: {type: Bool, default: false},
|
notifications_only: {type: Bool, default: false},
|
||||||
video_player: {type: String, default: "invidious"},
|
player_style: {type: String, default: "invidious"},
|
||||||
quality: {type: String, default: "hd720"},
|
quality: {type: String, default: "hd720"},
|
||||||
redirect_feed: {type: Bool, default: false},
|
redirect_feed: {type: Bool, default: false},
|
||||||
related_videos: {type: Bool, default: true},
|
related_videos: {type: Bool, default: true},
|
||||||
|
|
Loading…
Reference in a new issue