mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-21 19:34:43 +02:00
Add:Sort library by published year #918
This commit is contained in:
parent
8224ca7650
commit
7528e8df41
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@ export default {
|
|||
text: 'Author (Last, First)',
|
||||
value: 'media.metadata.authorNameLF'
|
||||
},
|
||||
{
|
||||
text: 'Published Year',
|
||||
value: 'media.metadata.publishedYear'
|
||||
},
|
||||
{
|
||||
text: 'Added At',
|
||||
value: 'addedAt'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue