[notifications] Fix duplicate ntfy for board games
All checks were successful
build / test (push) Successful in 1m58s

This commit is contained in:
2026-06-04 10:47:22 -04:00
parent 811e9c1ce9
commit 801672124f
2 changed files with 17 additions and 3 deletions

View File

@ -562,7 +562,6 @@ def email_scrobble_board_game(
scrobble.played_to_completion = True
scrobble.save()
scrobbles_created.append(scrobble)
ScrobbleNtfyNotification(scrobble).send()
return scrobbles_created