2
0
Эх сурвалжийг харах

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

(cherry picked from commit 1d5961126e6b8415ebd494a56acddd68624cd75b)
Signed-off-by: crobibero <cody@robibe.ro>
Cody Robibero 3 жил өмнө
parent
commit
1ed57f48a5

+ 1 - 1
MediaBrowser.Model/Configuration/ServerConfiguration.cs

@@ -79,7 +79,7 @@ namespace MediaBrowser.Model.Configuration
         /// <summary>
         /// <summary>
         /// Gets or sets a value indicating whether quick connect is available for use on this server.
         /// Gets or sets a value indicating whether quick connect is available for use on this server.
         /// </summary>
         /// </summary>
-        public bool QuickConnectAvailable { get; set; } = false;
+        public bool QuickConnectAvailable { get; set; } = true;
 
 
         /// <summary>
         /// <summary>
         /// Gets or sets a value indicating whether [enable case sensitive item ids].
         /// Gets or sets a value indicating whether [enable case sensitive item ids].