mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 19:43:09 +00:00
Change default aspect ratio to 2/3 from 0
This commit is contained in:
parent
e3b19c22a7
commit
0e617933f6
1 changed files with 1 additions and 1 deletions
|
|
@ -1518,7 +1518,7 @@ namespace MediaBrowser.Controller.Entities
|
|||
|
||||
public virtual double GetDefaultPrimaryImageAspectRatio()
|
||||
{
|
||||
return 0;
|
||||
return 2.0 / 3;
|
||||
}
|
||||
|
||||
public virtual string CreatePresentationUniqueKey()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue