aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-11-12 21:44:50 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-11-12 21:44:50 -0500
commitcf68f08b9fb71da5b9ede7d7aacfb862dba30987 (patch)
treed307b3b2d11172de3c7a7eb69fa4aabce842bbcb /MediaBrowser.Server.Startup.Common
parentc6ce8342163a5665f29122aef02ce8068b349f16 (diff)
update image sizes
Diffstat (limited to 'MediaBrowser.Server.Startup.Common')
-rw-r--r--MediaBrowser.Server.Startup.Common/ApplicationHost.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs
index 931af669f..97a457a1b 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
};
}