Evening, I've been trying to troubleshoot the v2 alpha for a little while and have gotten stuck, thought i'd ask you lot here
I upgraded from a v1 instance, and things seem ok, but /api/v2/albums
and /api/v2/artists
are showing very few results! Even ones that are in the current user's library (or whatever the new metaphor is)
Looking through the URLs, /api/v2/albums/?scope=all&page=1&page_size=12&q=&ordering=-creation_date&playable=true&include_channels=true&content_category=music
returns only 3 results
But /api/v2/albums/?scope=all&page=1&page_size=12&q=&ordering=-creation_date&playable=false&include_channels=true&content_category=music
(setting playable to false) returns 833, but critically, some with is_playable
being true
, meaning I think the query that determines playability might be iffy
Not particularly au fait with django so i'm trying to poke around and find out what causes this, but just letting you know here