Resolve "Sort by album release date"
This commit is contained in:
parent
f96b8e2dcf
commit
2fa9523e05
|
@ -0,0 +1 @@
|
|||
Added the ability to sort albums by release date (#1013)
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue