Backport pull request #8667 from jellyfin/release-10.8.z

Enable OMDB plot for non-English languages as fallback

Original-merge: f83a24ec43

Merged-by: Cody Robibero <cody@robibe.ro>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
pull/8625/head
David Ullmer 2 years ago committed by Joshua M. Boniface
parent 08d2acba20
commit abcb188916

@ -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…
Cancel
Save