Add book library sort by progress updated #1215

This commit is contained in:
advplyr 2025-07-28 14:58:28 -04:00
parent 0107cb4782
commit 7d8b857c77
5 changed files with 32 additions and 5 deletions

View file

@ -130,6 +130,10 @@ export default {
text: this.$strings.LabelFileModified,
value: 'mtimeMs'
},
{
text: this.$strings.LabelLibrarySortByProgress,
value: 'progress'
},
{
text: this.$strings.LabelRandomly,
value: 'random'