mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 18:24:46 +02:00
Hide add to playlist buttons for ebooks
This commit is contained in:
parent
b11b1be432
commit
2032dd88ba
2 changed files with 7 additions and 5 deletions
|
@ -452,10 +452,12 @@ export default {
|
|||
text: this.$strings.LabelAddToCollection
|
||||
})
|
||||
}
|
||||
items.push({
|
||||
func: 'openPlaylists',
|
||||
text: this.$strings.LabelAddToPlaylist
|
||||
})
|
||||
if (this.numTracks) {
|
||||
items.push({
|
||||
func: 'openPlaylists',
|
||||
text: this.$strings.LabelAddToPlaylist
|
||||
})
|
||||
}
|
||||
}
|
||||
if (this.userCanUpdate) {
|
||||
items.push({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue