[scrobbling] Don't run locations though can_be_updated
This commit is contained in:
@ -907,10 +907,6 @@ class Scrobble(TimeStampedModel):
|
|||||||
"media_type": cls.MediaType.GEO_LOCATION,
|
"media_type": cls.MediaType.GEO_LOCATION,
|
||||||
"media_id": location.id,
|
"media_id": location.id,
|
||||||
"scrobble_data": scrobble_data,
|
"scrobble_data": scrobble_data,
|
||||||
"percent_played": scrobble.percent_played if scrobble else 0,
|
|
||||||
"can_be_updated": scrobble.can_be_updated
|
|
||||||
if scrobble
|
|
||||||
else False,
|
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user