mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-24 16:40:25 +01:00
Merge pull request #4164 from spooksbit/remove-browser-auto-load
Removed browser auto-launch functionality
This commit is contained in:
@@ -83,8 +83,6 @@ namespace MediaBrowser.Model.Configuration
|
||||
/// </summary>
|
||||
public bool QuickConnectAvailable { get; set; }
|
||||
|
||||
public bool AutoRunWebApp { get; set; }
|
||||
|
||||
public bool EnableRemoteAccess { get; set; }
|
||||
|
||||
/// <summary>
|
||||
@@ -306,7 +304,6 @@ namespace MediaBrowser.Model.Configuration
|
||||
DisableLiveTvChannelUserDataName = true;
|
||||
EnableNewOmdbSupport = true;
|
||||
|
||||
AutoRunWebApp = true;
|
||||
EnableRemoteAccess = true;
|
||||
QuickConnectAvailable = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user