diff --git a/vrobbler/apps/scrobbles/models.py b/vrobbler/apps/scrobbles/models.py index 1a554d7..9338320 100644 --- a/vrobbler/apps/scrobbles/models.py +++ b/vrobbler/apps/scrobbles/models.py @@ -830,7 +830,7 @@ class Scrobble(TimeStampedModel): ) return scrobble.update(scrobble_data) - if scrobble and scrobble.media_type == "GeoLocation": + if scrobble: logger.info( f"[scrobbling] stopping existing scrobble {scrobble.id} before creating new one" )