mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-06 18:29:39 +00:00
Add:Podcast library filter for languages and show language on podcast item page
This commit is contained in:
parent
04993dd63d
commit
e60d2a9858
4 changed files with 12 additions and 2 deletions
|
|
@ -235,6 +235,11 @@ export default {
|
|||
value: 'tags',
|
||||
sublist: true
|
||||
},
|
||||
{
|
||||
text: this.$strings.LabelLanguage,
|
||||
value: 'languages',
|
||||
sublist: true
|
||||
},
|
||||
{
|
||||
text: this.$strings.ButtonIssues,
|
||||
value: 'issues',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue