sort podcasts by filename; display filename in table row

This commit is contained in:
Achim 2025-03-22 12:50:08 +01:00
parent 675c10f7f7
commit b6349fb3a7
No known key found for this signature in database
GPG key ID: 1B2C9B73479BF0CD
3 changed files with 26 additions and 4 deletions

View file

@ -119,6 +119,10 @@ export default {
{
text: this.$strings.LabelEpisode,
value: 'episode'
},
{
text: this.$strings.LabelFilename,
value: 'audioFile.metadata.filename'
}
]
}