[logs] Fix class name for scrobble_for_user

This commit is contained in:
2025-10-29 19:56:55 -04:00
parent 1275186d86
commit 082979bea6

View File

@ -93,7 +93,7 @@ class ScrobblableMixin(TimeStampedModel):
"[scrobble_for_user] called",
extra={
"id": self.id,
"media_type": self.__class__,
"media_type": self.__class__.__name__,
"user_id": user_id,
"scrobble_data": scrobble_data,
},