Merge pull request #8667 from daullmer/backport-omdb-fix

pull/8779/head
Cody Robibero 2 years ago committed by GitHub
commit f83a24ec43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -408,10 +408,7 @@ namespace MediaBrowser.Providers.Plugins.Omdb
}
}
if (isEnglishRequested)
{
item.Overview = result.Plot;
}
item.Overview = result.Plot;
if (!Plugin.Instance.Configuration.CastAndCrew)
{

Loading…
Cancel
Save