Add sortBy Last Book Added and Updated to series

This commit is contained in:
Divyang Joshi 2023-04-11 23:18:25 -04:00
parent 6a0adf7433
commit 122ec140e8
No known key found for this signature in database
GPG key ID: 4155AEF0D685BA17
3 changed files with 14 additions and 0 deletions

View file

@ -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'