mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 15:03:06 +03:00
removed static logger
This commit is contained in:
@@ -276,7 +276,7 @@ namespace MediaBrowser.Controller.Drawing
|
||||
// Cache file doesn't exist no biggie
|
||||
}
|
||||
|
||||
var size = ImageHeader.GetDimensions(imagePath);
|
||||
var size = ImageHeader.GetDimensions(imagePath, Logger);
|
||||
|
||||
var imageSize = new ImageSize { Width = size.Width, Height = size.Height };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user