Add:Book library sort by published year, Fix:Check and set sort/filter when changing library to different media type

This commit is contained in:
advplyr 2022-08-25 17:50:55 -05:00
parent bba388aefa
commit 79f09b334c
3 changed files with 37 additions and 1 deletions

View file

@ -39,6 +39,10 @@ export default {
text: 'Author (Last, First)',
value: 'media.metadata.authorNameLF'
},
{
text: 'Published Year',
value: 'media.metadata.publishedYear'
},
{
text: 'Added At',
value: 'addedAt'