Fix typo in ConfigPreferences

このコミットが含まれているのは:
Omar Roth 2019-08-09 14:09:24 -05:00
コミット b63f469110
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: B8254FB7EC3D37F2
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -73,7 +73,7 @@ struct ConfigPreferences
locale: {type: String, default: "en-US"},
max_results: {type: Int32, default: 40},
notifications_only: {type: Bool, default: false},
video_player: {type: String, default: "invidious"},
player_style: {type: String, default: "invidious"},
quality: {type: String, default: "hd720"},
redirect_feed: {type: Bool, default: false},
related_videos: {type: Bool, default: true},