Enable OMDB plot for non-English languages as fallback

This commit is contained in:
David Ullmer 2022-10-26 23:50:15 +02:00
parent f850779781
commit bc8e249080
No known key found for this signature in database
GPG Key ID: 4AEABE3359D5883C

View File

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