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…
Reference in New Issue
Block a user