From 123f7c53f96143f56326546914e00724c7324335 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 12 Feb 2024 11:38:14 -0500 Subject: [PATCH] Oops, no scrobble maybe --- vrobbler/apps/scrobbles/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrobbler/apps/scrobbles/models.py b/vrobbler/apps/scrobbles/models.py index 4bfa5c7..70666d9 100644 --- a/vrobbler/apps/scrobbles/models.py +++ b/vrobbler/apps/scrobbles/models.py @@ -766,7 +766,7 @@ class Scrobble(TimeStampedModel): mtype = media.__class__.__name__ # Do some funny stuff if it's a geo location - if scrobble.media_type == cls.MediaType.GEO_LOCATION: + if mtype == cls.MediaType.GEO_LOCATION: moved_location = cls.check_location_for_completion(media, user_id) if not moved_location: logger.info(