Merge pull request #7624 from nielsvanvelzen/quickconnect-enable-d

(cherry picked from commit 1d5961126e)
Signed-off-by: crobibero <cody@robibe.ro>
This commit is contained in:
Cody Robibero 2022-04-20 17:37:53 -06:00 committed by crobibero
parent 28921f09e4
commit 1ed57f48a5
1 changed files with 1 additions and 1 deletions

View File

@ -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].