[scrobbles] Maybe this was a good thing?

This commit is contained in:
2024-02-10 15:30:23 -05:00
parent 3d1ad8da3a
commit 449b74ae3f

View File

@ -830,7 +830,7 @@ class Scrobble(TimeStampedModel):
) )
return scrobble.update(scrobble_data) return scrobble.update(scrobble_data)
if scrobble and scrobble.media_type == "GeoLocation": if scrobble:
logger.info( logger.info(
f"[scrobbling] stopping existing scrobble {scrobble.id} before creating new one" f"[scrobbling] stopping existing scrobble {scrobble.id} before creating new one"
) )