[logs] Fix class name for scrobble_for_user
This commit is contained in:
@ -93,7 +93,7 @@ class ScrobblableMixin(TimeStampedModel):
|
|||||||
"[scrobble_for_user] called",
|
"[scrobble_for_user] called",
|
||||||
extra={
|
extra={
|
||||||
"id": self.id,
|
"id": self.id,
|
||||||
"media_type": self.__class__,
|
"media_type": self.__class__.__name__,
|
||||||
"user_id": user_id,
|
"user_id": user_id,
|
||||||
"scrobble_data": scrobble_data,
|
"scrobble_data": scrobble_data,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user