mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-21 19:25:00 +02:00
Add:Duration sort
This commit is contained in:
parent
61b8ca1510
commit
eb916a3ab0
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ export default {
|
|||
text: 'Size',
|
||||
value: 'size'
|
||||
},
|
||||
{
|
||||
text: 'Duration',
|
||||
value: 'media.duration'
|
||||
},
|
||||
{
|
||||
text: 'File Birthtime',
|
||||
value: 'birthtimeMs'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue