[scrobbling] Don't run locations though can_be_updated

This commit is contained in:
2024-03-12 12:51:18 -04:00
parent 651fc7a745
commit 8a83c9fdb3

View File

@ -907,10 +907,6 @@ class Scrobble(TimeStampedModel):
"media_type": cls.MediaType.GEO_LOCATION,
"media_id": location.id,
"scrobble_data": scrobble_data,
"percent_played": scrobble.percent_played if scrobble else 0,
"can_be_updated": scrobble.can_be_updated
if scrobble
else False,
},
)