Change else{ to else {

This commit is contained in:
Amaru8 2022-04-30 21:29:44 +02:00
parent 422c869568
commit 48cce96bea
10 changed files with 16 additions and 16 deletions

View file

@ -86,7 +86,7 @@
if (luma > 140) {
return "#aaaaaa"
} else{
} else {
return color
}
@ -210,7 +210,7 @@
}
if (!includeUrl) {
return artwork
} else{
} else {
return `url("${artwork}")`
}
},
@ -426,7 +426,7 @@
if (self.addedToLibrary) {
menus.normal.items.find(x => x.id == 'addToLibrary').hidden = true
menus.normal.items.find(x => x.id == 'removeFromLibrary').hidden = false
} else{
} else {
menus.normal.items.find(x => x.id == 'addToLibrary').disabled = false
}
})