mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Change default aspect ratio to 2/3 from 0
This commit is contained in:
@@ -1518,7 +1518,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
public virtual double GetDefaultPrimaryImageAspectRatio()
|
||||
{
|
||||
return 0;
|
||||
return 2.0 / 3;
|
||||
}
|
||||
|
||||
public virtual string CreatePresentationUniqueKey()
|
||||
|
||||
Reference in New Issue
Block a user