[scrobbling] End around for locations

This commit is contained in:
2024-03-12 12:41:00 -04:00
parent c22a306840
commit 651fc7a745
2 changed files with 8 additions and 1 deletions

View File

@ -840,6 +840,9 @@ class Scrobble(TimeStampedModel):
# GeoLocations are a special case scrobble
if mtype == cls.MediaType.GEO_LOCATION:
logger.warn(
f"[scrobbling] use create_or_update_location for GeoLocations"
)
scrobble = cls.create_or_update_location(
media, scrobble_data, user_id
)