update indexedDb

This commit is contained in:
Luke Pulverenti
2015-05-11 12:32:15 -04:00
parent 42b4b03703
commit 5492e34c6d
12 changed files with 103 additions and 73 deletions

View File

@@ -764,7 +764,11 @@ namespace Emby.Drawing
try
{
_logger.Debug("Creating image collage and saving to {0}", options.OutputPath);
_imageEncoder.CreateImageCollage(options);
_logger.Debug("Completed creation of image collage and saved to {0}", options.OutputPath);
}
finally
{