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