add date content added comparer

This commit is contained in:
Luke Pulverenti
2015-03-03 02:03:17 -05:00
parent 12ba57d423
commit 2fc0686c30
13 changed files with 186 additions and 18 deletions

View File

@@ -62,8 +62,9 @@ namespace MediaBrowser.Server.Implementations.Drawing
logger.Info("Failed to read image header for {0}. Doing it the slow way.", path);
}
using (var wand = new MagickWand(path))
using (var wand = new MagickWand())
{
wand.PingImage(path);
var img = wand.CurrentImage;
return new ImageSize