mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 21:08:27 +01:00
Change image dimentions from double to int
Rename ImageSize -> ImageDimensions
This commit is contained in:
@@ -44,6 +44,6 @@ namespace MediaBrowser.Controller.Drawing
|
||||
/// <value><c>true</c> if [supports image encoding]; otherwise, <c>false</c>.</value>
|
||||
bool SupportsImageEncoding { get; }
|
||||
|
||||
ImageSize GetImageSize(string path);
|
||||
ImageDimensions GetImageSize(string path);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user