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
No related branches found
No related tags found
No related merge requests found
......@@ -269,6 +269,7 @@ class TrackViewSet(common_views.SkipFilterForGetObject, viewsets.ReadOnlyModelVi
ordering_fields = (
"creation_date",
"title",
"album__title",
"album__release_date",
"size",
"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.
Finish editing this message first!
Please register or to comment