mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-14 21:31:43 +00:00
Fix dropdown menu item name for podcast cards
This commit is contained in:
parent
c18f722929
commit
46ac48ffbd
1 changed files with 1 additions and 1 deletions
|
|
@ -463,7 +463,7 @@ export default {
|
||||||
if (!this.isQueued) {
|
if (!this.isQueued) {
|
||||||
items.push({
|
items.push({
|
||||||
func: 'addToQueue',
|
func: 'addToQueue',
|
||||||
text: this.$strings.ButtonQueuePlayNext
|
text: this.$strings.ButtonQueueAddItem
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
func: 'playNext',
|
func: 'playNext',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue