Merge pull request #8667 from daullmer/backport-omdb-fix
This commit is contained in:
commit
f83a24ec43
|
@ -408,10 +408,7 @@ namespace MediaBrowser.Providers.Plugins.Omdb
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isEnglishRequested)
|
item.Overview = result.Plot;
|
||||||
{
|
|
||||||
item.Overview = result.Plot;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!Plugin.Instance.Configuration.CastAndCrew)
|
if (!Plugin.Instance.Configuration.CastAndCrew)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user