Fixed #22: spotify conversion bar color

This commit is contained in:
RemixDev
2020-12-16 17:41:02 +01:00
parent 3235ba00b9
commit 3afdb45d29
2 changed files with 4 additions and 3 deletions

View File

@@ -278,6 +278,7 @@ export default {
if (this.queueItem.status === 'converting') {
width = 100 - this.queueItem.conversion
backgroundColor = 'hsl(46, 100%, 50%)'
}
return {
@@ -321,4 +322,4 @@ export default {
}
}
}
</script>
</script>