Skip to content

Commit

Permalink
feat: add image language code
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Aug 18, 2024
1 parent 0d9503e commit c5b0fd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Shokofin/Providers/ImageProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ private static void AddImage(ref List<RemoteImageInfo> list, ImageType imageType
return;
list.Add(new RemoteImageInfo {
ProviderName = Plugin.MetadataProviderName,
Language = image.LanguageCode,
Type = imageType,
Width = image.Width,
Height = image.Height,
Expand Down

0 comments on commit c5b0fd4

Please sign in to comment.