Skip to content
Snippets Groups Projects
Commit db1cb30d authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch '1013-sort-by-album-release-date' into 'develop'

Resolve "Sort by album release date"

Closes #1013

See merge request funkwhale/funkwhale!998
parents f96b8e2d 2fa9523e
No related branches found
No related tags found
No related merge requests found
Added the ability to sort albums by release date (#1013)
\ No newline at end of file
......@@ -124,7 +124,7 @@ export default {
page: parseInt(this.defaultPage),
query: this.defaultQuery,
tags: (this.defaultTags || []).filter((t) => { return t.length > 0 }),
orderingOptions: [["creation_date", "creation_date"], ["title", "album_title"]]
orderingOptions: [["creation_date", "creation_date"], ["title", "album_title"],["release_date","release_date"]]
}
},
created() {
......
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