fix image analysis

This commit is contained in:
Luke Pulverenti
2017-10-22 20:43:52 -04:00
parent b54046a6de
commit a59ff27605
3 changed files with 8 additions and 5 deletions

View File

@@ -461,7 +461,7 @@ namespace Emby.Drawing
};
}
var path = item.Path;
var path = info.Path;
_logger.Info("Getting image size for item {0} {1}", item.GetType().Name, path);
var size = GetImageSize(path, allowSlowMethods);