From 449b74ae3f428888c73e4cefb4b76b1171856ef5 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sat, 10 Feb 2024 15:30:23 -0500 Subject: [PATCH] [scrobbles] Maybe this was a good thing? --- vrobbler/apps/scrobbles/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )