mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-03 00:06:46 +01:00
Remove add to collection menu item from podcast cards
This commit is contained in:
parent
7e05804bcf
commit
d11501b2c6
@ -388,12 +388,14 @@ export default {
|
|||||||
text: `Mark as ${this.itemIsFinished ? 'Not Finished' : 'Finished'}`
|
text: `Mark as ${this.itemIsFinished ? 'Not Finished' : 'Finished'}`
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
if (this.userCanUpdate) {
|
||||||
|
items.push({
|
||||||
|
func: 'openCollections',
|
||||||
|
text: 'Add to Collection'
|
||||||
|
})
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (this.userCanUpdate) {
|
if (this.userCanUpdate) {
|
||||||
items.push({
|
|
||||||
func: 'openCollections',
|
|
||||||
text: 'Add to Collection'
|
|
||||||
})
|
|
||||||
items.push({
|
items.push({
|
||||||
func: 'showEditModalFiles',
|
func: 'showEditModalFiles',
|
||||||
text: 'Files'
|
text: 'Files'
|
||||||
|
Loading…
Reference in New Issue
Block a user