diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-04-20 17:37:53 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2022-04-28 09:26:45 -0400 |
| commit | 1ed57f48a50f0ff6b9ca924c0e5c6ca7be0053f4 (patch) | |
| tree | 02879b3ae6263ae4762b2ebfcb4b9730ef3bacb5 /MediaBrowser.Model/Configuration/ServerConfiguration.cs | |
| parent | 28921f09e46233075170bf6b3694407ea8e8061e (diff) | |
Merge pull request #7624 from nielsvanvelzen/quickconnect-enable-d
(cherry picked from commit 1d5961126e6b8415ebd494a56acddd68624cd75b)
Signed-off-by: crobibero <cody@robibe.ro>
Diffstat (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs')
| -rw-r--r-- | MediaBrowser.Model/Configuration/ServerConfiguration.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index 46e61ee1a..e61b896b9 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -79,7 +79,7 @@ namespace MediaBrowser.Model.Configuration /// <summary> /// Gets or sets a value indicating whether quick connect is available for use on this server. /// </summary> - public bool QuickConnectAvailable { get; set; } = false; + public bool QuickConnectAvailable { get; set; } = true; /// <summary> /// Gets or sets a value indicating whether [enable case sensitive item ids]. |
