[scrobbling] Missed cleaning one log
This commit is contained in:
@ -696,7 +696,7 @@ class Scrobble(TimeStampedModel):
|
|||||||
updatable = False
|
updatable = False
|
||||||
if updatable and self.percent_played >= 100:
|
if updatable and self.percent_played >= 100:
|
||||||
logger.info(
|
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},
|
extra={"media_id": self.media_obj.id, "scrobble_id": self.id},
|
||||||
)
|
)
|
||||||
updatable = False
|
updatable = False
|
||||||
|
|||||||
Reference in New Issue
Block a user