From 60d3f475033cef64a8f3153beb910e48529c8e16 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 4 Nov 2014 07:41:12 -0500 Subject: add server management to web client --- MediaBrowser.Model/Configuration/ServerConfiguration.cs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs') diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index 44bf52ff6..c62709d62 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -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[] -- cgit v1.2.3