fixed wrong maths
This commit is contained in:
parent
a1bd1ab62d
commit
58f27a4181
@ -27,7 +27,7 @@ export let ArtistBreakdownChartCard: Vue.Component = {
|
||||
return this.albumPercent - this.trackPercent;
|
||||
},
|
||||
artistPercent() {
|
||||
return 100 - this.albumDiff + this.trackPercent;
|
||||
return 100 - this.albumDiff - this.trackPercent;
|
||||
}
|
||||
},
|
||||
template:
|
||||
|
Loading…
Reference in New Issue
Block a user