From cf68f08b9fb71da5b9ede7d7aacfb862dba30987 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 12 Nov 2015 21:44:50 -0500 Subject: update image sizes --- MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MediaBrowser.Server.Startup.Common') diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index 931af669fe..97a457a1b6 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -1084,8 +1084,7 @@ namespace MediaBrowser.Server.Startup.Common SupportsRunningAsService = SupportsRunningAsService, ServerName = FriendlyName, LocalAddress = LocalApiUrl, - SupportsLibraryMonitor = SupportsLibraryMonitor, - ImageEnhancers = ImageProcessor.ImageEnhancers.Select(i => i.GetType().Name).ToList() + SupportsLibraryMonitor = SupportsLibraryMonitor }; } -- cgit v1.2.3