mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
support dummied up image a/r's
This commit is contained in:
@@ -47,6 +47,11 @@ namespace MediaBrowser.Controller.Entities
|
||||
return SeriesPresentationUniqueKey;
|
||||
}
|
||||
|
||||
public override double? GetDefaultPrimaryImageAspectRatio()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
[IgnoreDataMember]
|
||||
public override bool EnableRefreshOnDateModifiedChange
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user