Skip to content
Snippets Groups Projects
Commit 1152c9da authored by Ciarán Ainsworth's avatar Ciarán Ainsworth
Browse files

Resolve "Wrong sort used when sorting favorites by album name"

parent 647cb083
Branches
No related tags found
No related merge requests found
...@@ -269,6 +269,7 @@ class TrackViewSet(common_views.SkipFilterForGetObject, viewsets.ReadOnlyModelVi ...@@ -269,6 +269,7 @@ class TrackViewSet(common_views.SkipFilterForGetObject, viewsets.ReadOnlyModelVi
ordering_fields = ( ordering_fields = (
"creation_date", "creation_date",
"title", "title",
"album__title",
"album__release_date", "album__release_date",
"size", "size",
"position", "position",
......
Fixed issue with sorting by album name not working (#960)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment