Add # of episodes sort option for podcast libraries

This commit is contained in:
advplyr 2025-01-18 14:19:14 -06:00
parent 07c0187423
commit b2eff46c38
2 changed files with 5 additions and 0 deletions

View file

@ -86,6 +86,10 @@ export default {
text: this.$strings.LabelSize,
value: 'size'
},
{
text: this.$strings.LabelNumberOfEpisodes,
value: 'media.numTracks'
},
{
text: this.$strings.LabelFileBirthtime,
value: 'birthtimeMs'