Browse Source

[scrobbles] Maybe this was a good thing?

Colin Powell 1 năm trước cách đây
mục cha
commit
449b74ae3f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"
             )