mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-08 02:11:35 +00:00
Initial Commit. English Only.
This commit is contained in:
parent
46d56a8f74
commit
d364b35a1a
4 changed files with 43 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