diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-18 17:04:01 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-18 17:04:01 +0100 |
| commit | d116efe1f78c1ad1aa69221b3092800348d23503 (patch) | |
| tree | 58670996079d97ce83db201ae85800b377337957 /MediaBrowser.Controller | |
| parent | c1f76eb8ab2c4fe536a9b612d659bf739f0cc7ac (diff) | |
| parent | 440350a3f649b648f43a1d531153cc2c68edbee5 (diff) | |
Merge branch 'dev' into reformat
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Photo.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Entities/Photo.cs b/MediaBrowser.Controller/Entities/Photo.cs index 686bb643b..60c832189 100644 --- a/MediaBrowser.Controller/Entities/Photo.cs +++ b/MediaBrowser.Controller/Entities/Photo.cs @@ -61,8 +61,7 @@ namespace MediaBrowser.Controller.Entities } } - width /= Height.Value; - return width; + return width / height; } return base.GetDefaultPrimaryImageAspectRatio(); |
