mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-10 22:09:38 +00:00
Update progress started/finished sort query values
This commit is contained in:
parent
aea4df1ab9
commit
f4b58bf435
3 changed files with 7 additions and 7 deletions
|
|
@ -136,11 +136,11 @@ export default {
|
|||
},
|
||||
{
|
||||
text: this.$strings.LabelLibrarySortByProgressStarted,
|
||||
value: 'startedDate'
|
||||
value: 'progress.createdAt'
|
||||
},
|
||||
{
|
||||
text: this.$strings.LabelLibrarySortByProgressFinished,
|
||||
value: 'finishedDate'
|
||||
value: 'progress.finishedAt'
|
||||
},
|
||||
{
|
||||
text: this.$strings.LabelRandomly,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue