Browse Source

Merge pull request #1263 from MediaBrowser/master

update image sizing
Luke 9 years ago
parent
commit
0f9580d339
1 changed files with 2 additions and 1 deletions
  1. 2 1
      MediaBrowser.Server.Startup.Common/ApplicationHost.cs

+ 2 - 1
MediaBrowser.Server.Startup.Common/ApplicationHost.cs

@@ -1092,7 +1092,8 @@ namespace MediaBrowser.Server.Startup.Common
                 SupportsRunningAsService = SupportsRunningAsService,
                 ServerName = FriendlyName,
                 LocalAddress = LocalApiUrl,
-                SupportsLibraryMonitor = SupportsLibraryMonitor
+                SupportsLibraryMonitor = SupportsLibraryMonitor,
+                ImageEnhancers = ImageProcessor.ImageEnhancers.Select(i => i.GetType().Name).ToList()
             };
         }