aboutsummaryrefslogtreecommitdiff
path: root/src/invidious/config.cr
diff options
context:
space:
mode:
Diffstat (limited to 'src/invidious/config.cr')
-rw-r--r--src/invidious/config.cr1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/invidious/config.cr b/src/invidious/config.cr
index 93c4c0f7..ff959300 100644
--- a/src/invidious/config.cr
+++ b/src/invidious/config.cr
@@ -24,6 +24,7 @@ struct ConfigPreferences
24 property local : Bool = false 24 property local : Bool = false
25 property locale : String = "en-US" 25 property locale : String = "en-US"
26 property watch_history : Bool = true 26 property watch_history : Bool = true
27 property notifications : Bool = true
27 property max_results : Int32 = 40 28 property max_results : Int32 = 40
28 property notifications_only : Bool = false 29 property notifications_only : Bool = false
29 property player_style : String = "invidious" 30 property player_style : String = "invidious"