Add RSS Feed Open filter for podcast libraries to match book libraries #4335

This commit is contained in:
advplyr 2025-05-27 17:56:27 -05:00
parent f05a513767
commit 1119ddef8a
2 changed files with 9 additions and 3 deletions

View file

@ -276,6 +276,11 @@ export default {
text: this.$strings.ButtonIssues,
value: 'issues',
sublist: false
},
{
text: this.$strings.LabelRSSFeedOpen,
value: 'feed-open',
sublist: false
}
]
},