Skip to content

Commit

Permalink
fix(AiringWidget): title language
Browse files Browse the repository at this point in the history
  • Loading branch information
axiel7 committed Aug 11, 2024
1 parent a226f36 commit 60e7fb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ class AnimeRepository(
sort = MediaSort.ANIME_START_DATE,
limit = null,
nsfw = defaultPreferencesRepository.nsfwInt(),
fields = "status,broadcast"
fields = "status,broadcast,alternative_titles{en,ja}"
)

return result.data?.map { it.node }
Expand Down

0 comments on commit 60e7fb4

Please sign in to comment.