[notifications] Fix duplicate ntfy for board games
All checks were successful
build / test (push) Successful in 1m58s
All checks were successful
build / test (push) Successful in 1m58s
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user