Add:Sort by duration for audiobooks and sort by number of episodes for podcasts #558

This commit is contained in:
advplyr 2022-05-03 17:50:19 -05:00
parent db48a486e5
commit 55c40658f2
3 changed files with 16 additions and 1 deletions

View file

@ -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'