|
@@ -182,8 +182,6 @@ namespace MediaBrowser.Model.Configuration
|
|
public PeopleMetadataOptions PeopleMetadataOptions { get; set; }
|
|
public PeopleMetadataOptions PeopleMetadataOptions { get; set; }
|
|
public bool FindInternetTrailers { get; set; }
|
|
public bool FindInternetTrailers { get; set; }
|
|
|
|
|
|
- public string[] InsecureApps9 { get; set; }
|
|
|
|
-
|
|
|
|
public bool SaveMetadataHidden { get; set; }
|
|
public bool SaveMetadataHidden { get; set; }
|
|
|
|
|
|
public NameValuePair[] ContentTypes { get; set; }
|
|
public NameValuePair[] ContentTypes { get; set; }
|
|
@@ -256,11 +254,6 @@ namespace MediaBrowser.Model.Configuration
|
|
|
|
|
|
PeopleMetadataOptions = new PeopleMetadataOptions();
|
|
PeopleMetadataOptions = new PeopleMetadataOptions();
|
|
|
|
|
|
- InsecureApps9 = new[]
|
|
|
|
- {
|
|
|
|
- "Windows Phone"
|
|
|
|
- };
|
|
|
|
-
|
|
|
|
MetadataOptions = new[]
|
|
MetadataOptions = new[]
|
|
{
|
|
{
|
|
new MetadataOptions(1, 1280) {ItemType = "Book"},
|
|
new MetadataOptions(1, 1280) {ItemType = "Book"},
|