mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44:43 +01:00
restore GetImageSize method
This commit is contained in:
@@ -477,6 +477,11 @@ namespace Emby.Drawing
|
||||
return size;
|
||||
}
|
||||
|
||||
public ImageSize GetImageSize(string path)
|
||||
{
|
||||
return GetImageSize(path, true);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the size of the image.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user