mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
add server management to web client
This commit is contained in:
@@ -176,7 +176,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
public PeopleMetadataOptions PeopleMetadataOptions { get; set; }
|
||||
public bool FindInternetTrailers { get; set; }
|
||||
|
||||
public string[] InsecureApps3 { get; set; }
|
||||
public string[] InsecureApps5 { get; set; }
|
||||
|
||||
public bool SaveMetadataHidden { get; set; }
|
||||
|
||||
@@ -228,14 +228,17 @@ namespace MediaBrowser.Model.Configuration
|
||||
|
||||
PeopleMetadataOptions = new PeopleMetadataOptions();
|
||||
|
||||
InsecureApps3 = new[]
|
||||
InsecureApps5 = new[]
|
||||
{
|
||||
"Roku",
|
||||
"Chromecast",
|
||||
"iOS",
|
||||
"Windows Phone",
|
||||
"Windows RT",
|
||||
"Xbmc"
|
||||
"Xbmc",
|
||||
"Unknown app",
|
||||
"MediaPortal",
|
||||
"Media Portal"
|
||||
};
|
||||
|
||||
MetadataOptions = new[]
|
||||
|
||||
Reference in New Issue
Block a user