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

Merge branch '960-wrong-sort-used-when-sorting-favorites-by-album-name' into 'develop'

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

Closes #960

See merge request !945
parents 647cb083 1152c9da
No related branches found
No related tags found
1 merge request!945Resolve "Wrong sort used when sorting favorites by album name"
Pipeline #7347 passed with stages
in 6 minutes and 35 seconds
......@@ -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