Merge branch 'dev' into reformat

This commit is contained in:
Erwin de Haan
2019-01-18 17:04:01 +01:00
13 changed files with 137 additions and 152 deletions

View File

@@ -61,8 +61,7 @@ namespace MediaBrowser.Controller.Entities
}
}
width /= Height.Value;
return width;
return width / height;
}
return base.GetDefaultPrimaryImageAspectRatio();