mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 23:29:17 +02:00
Fixed typo
This commit is contained in:
parent
1e9c9783e7
commit
5754c4a986
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ export default {
|
|||
currentTrack: {
|
||||
async handler (newValue, oldValue) {
|
||||
await this.loadSound(newValue, oldValue)
|
||||
if (!newValue || !trackData.album.cover) {
|
||||
if (!newValue || !newValue.album.cover) {
|
||||
this.ambiantColors = this.defaultAmbiantColors
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue