Skip to content

Commit

Permalink
Backport pull request #8667 from jellyfin/release-10.8.z
Browse files Browse the repository at this point in the history
Enable OMDB plot for non-English languages as fallback

Original-merge: f83a24e

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
  • Loading branch information
daullmer authored and joshuaboniface committed Nov 1, 2022
1 parent 08d2acb commit abcb188
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions MediaBrowser.Providers/Plugins/Omdb/OmdbProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -408,10 +408,7 @@ private static void ParseAdditionalMetadata<T>(MetadataResult<T> itemResult, Roo
}
}

if (isEnglishRequested)
{
item.Overview = result.Plot;
}
item.Overview = result.Plot;

if (!Plugin.Instance.Configuration.CastAndCrew)
{
Expand Down

0 comments on commit abcb188

Please sign in to comment.