mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 16:39:17 +02:00
Now reset player colors when track has no coverNow reset player colors when track has no cover
This commit is contained in:
parent
9a69a8f581
commit
f6a4e4b7a3
2 changed files with 2 additions and 1 deletions
|
@ -232,7 +232,7 @@ export default {
|
|||
},
|
||||
watch: {
|
||||
currentTrack (newValue) {
|
||||
if (!newValue) {
|
||||
if (!newValue || !newValue.album.cover) {
|
||||
this.ambiantColors = this.defaultAmbiantColors
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue