|
@@ -55,7 +55,7 @@ namespace MediaBrowser.Providers.Plugins.Omdb
|
|
|
|
|
|
var rootObject = await _omdbProvider.GetRootObject(imdbId, cancellationToken).ConfigureAwait(false);
|
|
|
|
|
|
- if (string.IsNullOrEmpty(rootObject.Poster) || string.Equals("N/A", rootObject.Poster, StringComparison.OrdinalIgnoreCase))
|
|
|
+ if (string.IsNullOrEmpty(rootObject.Poster))
|
|
|
{
|
|
|
return Enumerable.Empty<RemoteImageInfo>();
|
|
|
}
|