Skip to content

Commit

Permalink
Add result language in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
te9c committed Nov 2, 2024
1 parent a7f97f9 commit 0eb539d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jellyfin.Plugin.Shikimori/Providers/ShikimoriMovieProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ public async Task<MetadataResult<Movie>> GetMetadata(MovieInfo info, Cancellatio
result.Provider = ShikimoriPlugin.ProviderName;
}

result.ResultLanguage = "ru";

return result;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ public async Task<MetadataResult<Series>> GetMetadata(SeriesInfo info, Cancellat
result.Provider = ShikimoriPlugin.ProviderName;
}

result.ResultLanguage = "ru";

return result;
}

Expand Down

0 comments on commit 0eb539d

Please sign in to comment.