mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Backport pull request #8667 from jellyfin/release-10.8.z
Enable OMDB plot for non-English languages as fallback Original-merge: f83a24ec4385e8142646ec7d13a5e6f4c9074ae9 Merged-by: Cody Robibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
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…
x
Reference in New Issue
Block a user