mirror of https://github.com/iv-org/invidious.git
Disable automatic instance redirection by default
This commit is contained in:
parent
7c49a0ba7a
commit
09f7e38eed
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue