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