mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
post release housecleaning
This commit is contained in:
@@ -200,7 +200,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
public PeopleMetadataOptions PeopleMetadataOptions { get; set; }
|
||||
public bool FindInternetTrailers { get; set; }
|
||||
|
||||
public string[] InsecureApps8 { get; set; }
|
||||
public string[] InsecureApps9 { get; set; }
|
||||
|
||||
public bool SaveMetadataHidden { get; set; }
|
||||
|
||||
@@ -257,7 +257,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
|
||||
PeopleMetadataOptions = new PeopleMetadataOptions();
|
||||
|
||||
InsecureApps8 = new[]
|
||||
InsecureApps9 = new[]
|
||||
{
|
||||
"Chromecast",
|
||||
"iOS",
|
||||
@@ -266,7 +266,6 @@ namespace MediaBrowser.Model.Configuration
|
||||
"Media Portal",
|
||||
"iPad",
|
||||
"iPhone",
|
||||
"Roku",
|
||||
"Windows Phone"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user