mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 23:35:25 +03:00
support dummied up image a/r's
This commit is contained in:
@@ -1260,6 +1260,11 @@ namespace MediaBrowser.Controller.Entities
|
||||
get { return null; }
|
||||
}
|
||||
|
||||
public virtual double? GetDefaultPrimaryImageAspectRatio()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
public virtual string CreatePresentationUniqueKey()
|
||||
{
|
||||
return Id.ToString("N");
|
||||
|
||||
Reference in New Issue
Block a user