mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-01 16:54:59 +02:00
Add book library sort by progress updated #1215
This commit is contained in:
parent
0107cb4782
commit
7d8b857c77
5 changed files with 32 additions and 5 deletions
|
@ -130,6 +130,10 @@ export default {
|
|||
text: this.$strings.LabelFileModified,
|
||||
value: 'mtimeMs'
|
||||
},
|
||||
{
|
||||
text: this.$strings.LabelLibrarySortByProgress,
|
||||
value: 'progress'
|
||||
},
|
||||
{
|
||||
text: this.$strings.LabelRandomly,
|
||||
value: 'random'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue