Enable OMDB plot for non-English languages as fallback

pull/8667/head
David Ullmer 2 years ago
parent f850779781
commit bc8e249080
No known key found for this signature in database
GPG Key ID: 4AEABE3359D5883C

@ -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