mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 05:39:16 +02:00
See #228: now expose library track status in API
This commit is contained in:
parent
f12fe0047f
commit
4f8db661fa
4 changed files with 47 additions and 7 deletions
|
@ -296,7 +296,7 @@ class LibraryTrackViewSet(
|
|||
'library__actor',
|
||||
'library__follow',
|
||||
'local_track_file',
|
||||
)
|
||||
).prefetch_related('import_jobs')
|
||||
filter_class = filters.LibraryTrackFilter
|
||||
serializer_class = serializers.APILibraryTrackSerializer
|
||||
ordering_fields = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue