mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:16:38 +00:00
display server name in dashboard
This commit is contained in:
parent
5f76b59e67
commit
cefd565e67
11 changed files with 52 additions and 70 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue