fix for library artists
This commit is contained in:
parent
9b05cde0d2
commit
ae9669c3f9
4 changed files with 45 additions and 17 deletions
|
@ -1585,6 +1585,7 @@ const app = new Vue({
|
|||
}
|
||||
},
|
||||
followingArtist(id) {
|
||||
console.log(`check for ${id}`)
|
||||
return this.cfg.home.followedArtists.includes(id)
|
||||
},
|
||||
playMediaItem(item) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue