Add:Podcast library filter for languages and show language on podcast item page

This commit is contained in:
advplyr 2024-04-08 15:48:41 -05:00
parent 04993dd63d
commit e60d2a9858
4 changed files with 12 additions and 2 deletions

View file

@ -235,6 +235,11 @@ export default {
value: 'tags',
sublist: true
},
{
text: this.$strings.LabelLanguage,
value: 'languages',
sublist: true
},
{
text: this.$strings.ButtonIssues,
value: 'issues',