Skip to content

Commit

Permalink
Merge pull request #181 from Shikkanime/dev
Browse files Browse the repository at this point in the history
Fix duplicate animes in sitemap
  • Loading branch information
Ziedelth committed Feb 13, 2024
2 parents 6395cd6 + f7319f1 commit 74ea7fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class SiteController {
1,
102
)!!.data
}
}.distinctBy { it.uuid }

val episode = episodeCacheService.findAllBy(
CountryCode.FR,
Expand Down

0 comments on commit 74ea7fa

Please sign in to comment.