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

This commit is contained in:
Cody Robibero 2022-10-31 14:33:33 -06:00 committed by GitHub
commit f83a24ec43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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