diff options
| author | syeopite <70992037+syeopite@users.noreply.github.com> | 2021-06-14 04:59:36 -0700 |
|---|---|---|
| committer | syeopite <syeopite@syeopite.dev> | 2021-06-19 04:17:49 -0700 |
| commit | 09f7e38eed63f37e0a2a07c4acd48a5339589b7f (patch) | |
| tree | 3d8909a82b1f222652bfae2dab55ba7700b6bf50 /src | |
| parent | 7c49a0ba7a92a8c6e527a1fbb75c37980bec0586 (diff) | |
| download | invidious-09f7e38eed63f37e0a2a07c4acd48a5339589b7f.tar.gz invidious-09f7e38eed63f37e0a2a07c4acd48a5339589b7f.tar.bz2 invidious-09f7e38eed63f37e0a2a07c4acd48a5339589b7f.zip | |
Disable automatic instance redirection by default
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 b020d4fe..0c70cb02 100644 --- a/src/invidious/helpers/helpers.cr +++ b/src/invidious/helpers/helpers.cr @@ -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 |
