mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-04-14 19:46:30 +00: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…
Reference in a new issue