diff options
| author | aled <aled@wibblr.com> | 2020-06-06 20:17:49 +0100 |
|---|---|---|
| committer | aled <aled@wibblr.com> | 2020-06-06 20:17:49 +0100 |
| commit | 22a860a8068f502c3b5324c71573af2525a84fca (patch) | |
| tree | ceff671b51bf06dff5996d0f014256c652fc3779 /MediaBrowser.Controller/Entities/Trailer.cs | |
| parent | 6d4f3c42a215e25d6c2afe21d03bf93b208a0565 (diff) | |
Fix a small number of compile warnings
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 0b8be90cd..7159b5b1a 100644 --- a/MediaBrowser.Controller/Entities/Trailer.cs +++ b/MediaBrowser.Controller/Entities/Trailer.cs @@ -80,7 +80,7 @@ namespace MediaBrowser.Controller.Entities { var list = base.GetRelatedUrls(); - var imdbId = this.GetProviderId(MetadataProviders.Imdb); + var imdbId = this.GetProviderId(MetadataProvider.Imdb); if (!string.IsNullOrEmpty(imdbId)) { list.Add(new ExternalUrl |
