[scrobbling] Fix bad call to has moved

This commit is contained in:
2024-03-12 17:08:43 -04:00
parent df1bfd4177
commit 829c6b9978

View File

@ -932,7 +932,7 @@ class Scrobble(TimeStampedModel):
)
return scrobble
has_moved = location.has_moved(scrobble.user.id)
has_moved = location.has_moved_for_user(scrobble.user.id)
logger.info(
f"[scrobbling] checking - has last location has moved?",
extra={