Fix #747: Support embedding full artist discographies

This commit is contained in:
Eliot Berriot 2019-03-08 10:30:04 +01:00
parent 1d787904f4
commit 8ae00b0698
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
9 changed files with 157 additions and 6 deletions

View file

@ -184,6 +184,8 @@ class TrackViewSet(
"title",
"album__release_date",
"size",
"position",
"disc_number",
"artist__name",
)