Fixed #22: spotify conversion bar color
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user