update image sizes

This commit is contained in:
Luke Pulverenti
2015-11-12 21:44:50 -05:00
parent c6ce834216
commit cf68f08b9f
2 changed files with 1 additions and 9 deletions

View File

@@ -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
};
}