mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-27 02:56:54 +01:00
add fixes for dng images
This commit is contained in:
@@ -22,6 +22,11 @@ namespace MediaBrowser.Controller.Entities
|
||||
return GetUserDataKeys()[0];
|
||||
}
|
||||
|
||||
public override double? GetDefaultPrimaryImageAspectRatio()
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns the folder containing the item.
|
||||
/// If the item is a folder, it returns the folder itself
|
||||
|
||||
Reference in New Issue
Block a user