Remove add to collection menu item from podcast cards

This commit is contained in:
advplyr 2022-09-01 16:24:17 -05:00
parent 7e05804bcf
commit d11501b2c6

View File

@ -388,12 +388,14 @@ export default {
text: `Mark as ${this.itemIsFinished ? 'Not Finished' : 'Finished'}`
}
]
if (this.userCanUpdate) {
items.push({
func: 'openCollections',
text: 'Add to Collection'
})
}
}
if (this.userCanUpdate) {
items.push({
func: 'openCollections',
text: 'Add to Collection'
})
items.push({
func: 'showEditModalFiles',
text: 'Files'