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
3 changed files with 26 additions and 4 deletions
+4
View File
@@ -119,6 +119,10 @@ export default {
{
text: this.$strings.LabelEpisode,
value: 'episode'
},
{
text: this.$strings.LabelFilename,
value: 'audioFile.metadata.filename'
}
]
}