Răsfoiți Sursa

Enable Quick Connect by default

Niels van Velzen 3 ani în urmă
părinte
comite
5d9df10e27
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      MediaBrowser.Model/Configuration/ServerConfiguration.cs

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