Skip to content
Snippets Groups Projects
Commit 2fa9523e authored by Ciarán Ainsworth's avatar Ciarán Ainsworth Committed by Eliot Berriot
Browse files

Resolve "Sort by album release date"

parent f96b8e2d
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