mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-15 00:09:38 +00:00
Add sortBy Last Book Added and Updated to series
This commit is contained in:
parent
6a0adf7433
commit
122ec140e8
3 changed files with 14 additions and 0 deletions
|
|
@ -163,6 +163,14 @@ export default {
|
|||
text: this.$strings.LabelAddedAt,
|
||||
value: 'addedAt'
|
||||
},
|
||||
{
|
||||
text: this.$strings.LabelLastBookAdded,
|
||||
value: 'lastBookAdded'
|
||||
},
|
||||
{
|
||||
text: this.$strings.LabelLastBookUpdated,
|
||||
value: 'lastBookUpdated'
|
||||
},
|
||||
{
|
||||
text: this.$strings.LabelTotalDuration,
|
||||
value: 'totalDuration'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue