Fix: missing album base contextual menu
This commit is contained in:
parent
b161dc3faf
commit
93708671dc
|
@ -0,0 +1 @@
|
||||||
|
Fixed missing album contextual menu (#1791) (1791)
|
|
@ -292,7 +292,7 @@ export default {
|
||||||
return this.object.tracks_count
|
return this.object.tracks_count
|
||||||
},
|
},
|
||||||
isChannel () {
|
isChannel () {
|
||||||
return this.object.artist.channel !== null
|
return !!this.object.artist.channel
|
||||||
},
|
},
|
||||||
isSerie () {
|
isSerie () {
|
||||||
return this.object.artist.content_category === 'podcast'
|
return this.object.artist.content_category === 'podcast'
|
||||||
|
|
Loading…
Reference in New Issue