From c0871a3b9eb18426d62907af7dcfe1874c6ccdd6 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 12 Jun 2025 09:57:32 -0400 Subject: [PATCH] [scrobbles] Fix failing tests --- vrobbler/apps/scrobbles/mixins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrobbler/apps/scrobbles/mixins.py b/vrobbler/apps/scrobbles/mixins.py index 110b442..4798fe7 100644 --- a/vrobbler/apps/scrobbles/mixins.py +++ b/vrobbler/apps/scrobbles/mixins.py @@ -89,7 +89,7 @@ class ScrobblableMixin(TimeStampedModel): "[scrobble_for_user] called", extra={ "id": self.id, - "media_type": self.media_obj.__class__, + "media_type": self.__class__, "user_id": user_id, "scrobble_data": scrobble_data, },