add socket error message

This commit is contained in:
Luke Pulverenti
2015-03-24 21:34:34 -04:00
parent caebcf82c0
commit e62270df35
6 changed files with 18 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ namespace MediaBrowser.Server.Implementations.UserViews
public Stream BuildThumbCollage(IEnumerable<string> paths, string text, int width, int height)
{
using (var wand = BuildThumbCollageWandWithText(paths, text, width, height))
using (var wand = BuildThumbCollageWand(paths, width, height))
{
return DynamicImageHelpers.GetStream(wand, _appPaths);
}