diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2019-01-09 00:48:32 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-09 00:48:32 -0500 |
| commit | dbceef97fd070fb0d6096187e7ba60ad3fd924b5 (patch) | |
| tree | d0244b29fc7c94d5a1e80ce34e2f64e92c01f8fc /MediaBrowser.Controller/Entities/Trailer.cs | |
| parent | c986340c02cb0b7fe06569d25a1b5d1c8375f7f6 (diff) | |
| parent | 932fcb0a9cd48696263abedcbfeb4b83cd0d928c (diff) | |
Merge pull request #524 from jellyfin/dev
Master 10.0.1
Diffstat (limited to 'MediaBrowser.Controller/Entities/Trailer.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/Trailer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/Trailer.cs b/MediaBrowser.Controller/Entities/Trailer.cs index 2ef268ed1..d84ac187b 100644 --- a/MediaBrowser.Controller/Entities/Trailer.cs +++ b/MediaBrowser.Controller/Entities/Trailer.cs @@ -21,7 +21,7 @@ namespace MediaBrowser.Controller.Entities public TrailerType[] TrailerTypes { get; set; } public override double GetDefaultPrimaryImageAspectRatio() - => 2 / 3; + => 2.0 / 3; public override UnratedItem GetBlockUnratedType() { |
