[scrobbles] Maybe this was a good thing?
This commit is contained in:
@ -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"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user