Files
vrobbler/vrobbler
Colin Powell b0d3029541 Switch scrobble API from UUID to pk lookup
The ScrobbleViewSet was using lookup_field="uuid" which caused
API detail views to fail for scrobbles with NULL UUIDs. Rather
than backfilling all NULL UUIDs, switch to pk lookup which is
always populated.

Changes:
- Remove lookup_field="uuid" from ScrobbleViewSet (defaults to pk)
- Remove extra_kwargs from ScrobbleSerializer (URL now uses pk)
- Update regenerate_share_token action signature to use **kwargs
2026-07-23 21:35:30 -04:00
..
2023-03-04 17:29:25 -05:00
2023-02-16 02:38:30 -05:00
2023-03-04 17:33:41 -05:00
2026-03-02 09:19:36 -05:00
2023-03-04 17:29:25 -05:00