Disable automatic instance redirection by default

This commit is contained in:
syeopite 2021-06-14 04:59:36 -07:00 committed by syeopite
parent 7c49a0ba7a
commit 09f7e38eed
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82

View File

@ -44,7 +44,7 @@ struct ConfigPreferences
property quality_dash : String = "auto"
property default_home : String? = "Popular"
property feed_menu : Array(String) = ["Popular", "Trending", "Subscriptions", "Playlists"]
property automatic_instance_redirect : Bool = true
property automatic_instance_redirect : Bool = false
property related_videos : Bool = true
property sort : String = "published"
property speed : Float32 = 1.0_f32