mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-18 20:24:20 +01:00
fix image analysis
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user