Parcourir la source

[scrobbles] Maybe this was a good thing?

Colin Powell il y a 1 an
Parent
commit
449b74ae3f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      vrobbler/apps/scrobbles/models.py

+ 1 - 1
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"
             )