|
@@ -901,7 +901,7 @@ class Scrobble(TimeStampedModel):
|
|
)
|
|
)
|
|
|
|
|
|
logger.info(
|
|
logger.info(
|
|
- f"[scrobbling] check for existing scrobble to update ",
|
|
|
|
|
|
+ f"[scrobbling] fetching last location scrobble",
|
|
extra={
|
|
extra={
|
|
"scrobble_id": scrobble.id if scrobble else None,
|
|
"scrobble_id": scrobble.id if scrobble else None,
|
|
"media_type": cls.MediaType.GEO_LOCATION,
|
|
"media_type": cls.MediaType.GEO_LOCATION,
|
|
@@ -912,7 +912,7 @@ class Scrobble(TimeStampedModel):
|
|
|
|
|
|
if not scrobble:
|
|
if not scrobble:
|
|
logger.info(
|
|
logger.info(
|
|
- f"[scrobbling] creating - no existing location scrobbles found",
|
|
|
|
|
|
+ f"[scrobbling] finished - no existing location scrobbles found",
|
|
extra={
|
|
extra={
|
|
"media_id": location.id,
|
|
"media_id": location.id,
|
|
"media_type": cls.MediaType.GEO_LOCATION,
|
|
"media_type": cls.MediaType.GEO_LOCATION,
|