Fix dropdown menu item name for podcast cards

This commit is contained in:
Maaz Hassan 2023-12-27 10:36:09 +00:00
parent c18f722929
commit 46ac48ffbd

View file

@ -463,7 +463,7 @@ export default {
if (!this.isQueued) {
items.push({
func: 'addToQueue',
text: this.$strings.ButtonQueuePlayNext
text: this.$strings.ButtonQueueAddItem
},
{
func: 'playNext',