diff --git a/vrobbler/apps/scrobbles/models.py b/vrobbler/apps/scrobbles/models.py index 332d91e..16e8fcb 100644 --- a/vrobbler/apps/scrobbles/models.py +++ b/vrobbler/apps/scrobbles/models.py @@ -696,7 +696,7 @@ class Scrobble(TimeStampedModel): updatable = False if updatable and self.percent_played >= 100: logger.info( - f"[scrobbling] cannot be updated, 100% played - {self.id} - {self.source}", + f"[scrobbling] cannot be updated, existing scrobble is 100% played", extra={"media_id": self.media_obj.id, "scrobble_id": self.id}, ) updatable = False