mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 12:19:25 +02:00
Resolve "Wrong sort used when sorting favorites by album name"
This commit is contained in:
parent
647cb08304
commit
1152c9da97
2 changed files with 2 additions and 0 deletions
|
@ -269,6 +269,7 @@ class TrackViewSet(common_views.SkipFilterForGetObject, viewsets.ReadOnlyModelVi
|
|||
ordering_fields = (
|
||||
"creation_date",
|
||||
"title",
|
||||
"album__title",
|
||||
"album__release_date",
|
||||
"size",
|
||||
"position",
|
||||
|
|
1
changes/changelog.d/960.bugfix
Normal file
1
changes/changelog.d/960.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Fixed issue with sorting by album name not working (#960)
|
Loading…
Add table
Add a link
Reference in a new issue