Fix: missing album base contextual menu

This commit is contained in:
Marcos Peña 2022-06-12 13:50:37 +02:00 committed by Georg Krause
parent b161dc3faf
commit 93708671dc
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Fixed missing album contextual menu (#1791) (1791)

View File

@ -292,7 +292,7 @@ export default {
return this.object.tracks_count
},
isChannel () {
return this.object.artist.channel !== null
return !!this.object.artist.channel
},
isSerie () {
return this.object.artist.content_category === 'podcast'