fix for app.inLibrary
This commit is contained in:
parent
8c69168a69
commit
74d1631349
2 changed files with 2 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
|||
methods: {
|
||||
async checkLibrary() {
|
||||
if(this.addedToLibrary) {return this.addedToLibrary}
|
||||
if(this.item.type.includes("library-") || this.item.type.includes("station")) {
|
||||
if(this.item.type.includes("library-playlists") || this.item.type.includes("station")) {
|
||||
this.addedToLibrary = true
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue