[scrobbling] Missed cleaning one log

This commit is contained in:
2024-03-06 18:07:00 -05:00
parent f90fa160d7
commit 78151e5070

View File

@ -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