mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-31 16:24:45 +02:00
Add:Sort by duration for audiobooks and sort by number of episodes for podcasts #558
This commit is contained in:
parent
db48a486e5
commit
55c40658f2
3 changed files with 16 additions and 1 deletions
|
@ -52,6 +52,10 @@ export default {
|
|||
text: 'Size',
|
||||
value: 'size'
|
||||
},
|
||||
{
|
||||
text: 'Duration',
|
||||
value: 'media.duration'
|
||||
},
|
||||
{
|
||||
text: 'File Birthtime',
|
||||
value: 'birthtimeMs'
|
||||
|
@ -78,6 +82,10 @@ export default {
|
|||
text: 'Size',
|
||||
value: 'size'
|
||||
},
|
||||
{
|
||||
text: '# of Episodes',
|
||||
value: 'media.numTracks'
|
||||
},
|
||||
{
|
||||
text: 'File Birthtime',
|
||||
value: 'birthtimeMs'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue