fix for library artists

This commit is contained in:
booploops 2022-02-24 05:24:04 -08:00
parent 9b05cde0d2
commit ae9669c3f9
4 changed files with 45 additions and 17 deletions

View file

@ -1585,6 +1585,7 @@ const app = new Vue({
}
},
followingArtist(id) {
console.log(`check for ${id}`)
return this.cfg.home.followedArtists.includes(id)
},
playMediaItem(item) {