mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Disable automatic instance redirection by default
This commit is contained in:
parent
7c49a0ba7a
commit
09f7e38eed
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue