mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #727 from cvium/change_default_aspect
Change default aspect ratio to 2/3 from 0
This commit is contained in:
commit
50279be686
@ -1518,7 +1518,7 @@ namespace MediaBrowser.Controller.Entities
|
|||||||
|
|
||||||
public virtual double GetDefaultPrimaryImageAspectRatio()
|
public virtual double GetDefaultPrimaryImageAspectRatio()
|
||||||
{
|
{
|
||||||
return 0;
|
return 2.0 / 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
public virtual string CreatePresentationUniqueKey()
|
public virtual string CreatePresentationUniqueKey()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user