Resolve "Wrong sort used when sorting favorites by album name"
This commit is contained in:
parent
647cb08304
commit
1152c9da97
|
@ -269,6 +269,7 @@ class TrackViewSet(common_views.SkipFilterForGetObject, viewsets.ReadOnlyModelVi
|
|||
ordering_fields = (
|
||||
"creation_date",
|
||||
"title",
|
||||
"album__title",
|
||||
"album__release_date",
|
||||
"size",
|
||||
"position",
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Fixed issue with sorting by album name not working (#960)
|
Loading…
Reference in New Issue