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

@@ -1655,9 +1655,9 @@ namespace Emby.Server.Implementations.Dto
return null;
}
}
catch
catch (Exception ex)
{
//_logger.ErrorException("Failed to determine primary image aspect ratio for {0}", ex, path);
//_logger.ErrorException("Failed to determine primary image aspect ratio for {0}", ex, imageInfo.Path);
return null;
}
}