Use timestamp to get latest scrobble for media type
This commit is contained in:
@ -705,7 +705,7 @@ class Scrobble(TimeStampedModel):
|
||||
media_query,
|
||||
user_id=user_id,
|
||||
)
|
||||
.order_by("-modified")
|
||||
.order_by("-timestamp")
|
||||
.first()
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user