mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-10 05:49:37 +00:00
SortBy Options: Started Date & Finished Date implemented. English-only strings
This commit is contained in:
parent
28d98b4dbc
commit
c023f029d7
4 changed files with 46 additions and 5 deletions
|
|
@ -134,6 +134,14 @@ export default {
|
|||
text: this.$strings.LabelLibrarySortByProgress,
|
||||
value: 'progress'
|
||||
},
|
||||
{
|
||||
text: this.$strings.LabelLibrarySortByStartDate,
|
||||
value: 'startedDate'
|
||||
},
|
||||
{
|
||||
text: this.$strings.LabelLibrarySortByFinishDate,
|
||||
value: 'finishedDate'
|
||||
},
|
||||
{
|
||||
text: this.$strings.LabelRandomly,
|
||||
value: 'random'
|
||||
|
|
@ -200,4 +208,4 @@ export default {
|
|||
.librarySortMenu {
|
||||
max-height: calc(100vh - 125px);
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue