mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
display server name in dashboard
This commit is contained in:
@@ -191,8 +191,6 @@ namespace MediaBrowser.Model.Configuration
|
||||
|
||||
public bool SaveMetadataHidden { get; set; }
|
||||
|
||||
public bool EnableWin8HttpListener { get; set; }
|
||||
|
||||
public NameValuePair[] ContentTypes { get; set; }
|
||||
|
||||
public bool EnableAudioArchiveFiles { get; set; }
|
||||
@@ -214,7 +212,6 @@ namespace MediaBrowser.Model.Configuration
|
||||
EnableDashboardResourceMinification = true;
|
||||
|
||||
EnableAutomaticRestart = true;
|
||||
EnableWin8HttpListener = true;
|
||||
|
||||
EnableUPnP = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user