Skip to content

Commit

Permalink
Fix image notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziedelth committed Apr 19, 2024
1 parent 214c662 commit 909fed1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object FirebaseNotification {
Notification.builder()
.setTitle(episodeDto.mapping.anime.shortName)
.setBody(StringUtils.toEpisodeString(episodeDto))
.setImage("https://api.shikkanime.fr/v1/attachments?uuid=${episodeDto.uuid}&type=image")
.setImage("${Constant.apiUrl}/v1/attachments?uuid=${episodeDto.mapping.uuid}&type=image")
.build()
)
.setAndroidConfig(
Expand Down

0 comments on commit 909fed1

Please sign in to comment.