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

pull/7634/head
Cody Robibero 2 years ago committed by GitHub
commit 1d5961126e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save