mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
consolidate interfaces
This commit is contained in:
@@ -48,7 +48,7 @@ namespace MediaBrowser.Controller.Drawing
|
||||
return new ImageSize(widthValue, height);
|
||||
}
|
||||
|
||||
private static double GetEstimatedAspectRatio(ImageType type, IHasImages item)
|
||||
private static double GetEstimatedAspectRatio(ImageType type, IHasMetadata item)
|
||||
{
|
||||
switch (type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user