update image sizing

This commit is contained in:
Luke Pulverenti
2015-11-12 14:49:19 -05:00
parent 90e06289dc
commit bbd672bf95
2 changed files with 10 additions and 2 deletions

View File

@@ -1084,7 +1084,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()
};
}