diff options
| author | Omar Roth <omarroth@protonmail.com> | 2019-08-09 14:09:24 -0500 |
|---|---|---|
| committer | Omar Roth <omarroth@protonmail.com> | 2019-08-09 14:09:24 -0500 |
| commit | b63f469110b6d561e06ba7a39a459b71166ef523 (patch) | |
| tree | 7cb959ba35b7814737c18b1fcba1d071f212119b /src | |
| parent | f6f176afc1790fe13cdde324a45a84561381122b (diff) | |
| download | invidious-b63f469110b6d561e06ba7a39a459b71166ef523.tar.gz invidious-b63f469110b6d561e06ba7a39a459b71166ef523.tar.bz2 invidious-b63f469110b6d561e06ba7a39a459b71166ef523.zip | |
Fix typo in ConfigPreferences
Diffstat (limited to 'src')
| -rw-r--r-- | src/invidious/helpers/helpers.cr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious/helpers/helpers.cr b/src/invidious/helpers/helpers.cr index 9256f6b1..ce0ded32 100644 --- a/src/invidious/helpers/helpers.cr +++ b/src/invidious/helpers/helpers.cr @@ -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}, |
