this is why you dont code at 4am
This commit is contained in:
parent
5d4369c843
commit
92ce7b38f3
1 changed files with 1 additions and 1 deletions
|
@ -3191,7 +3191,7 @@ const app = new Vue({
|
|||
app.lyrics[applied+1].translation = raw_lines[i].childNodes[0].childNodes[0].textContent;
|
||||
applied +=2;
|
||||
}
|
||||
else if (app.lyrics[applied].translation === raw_lines[i].childNodes[0].childNodes[0].textContent) {
|
||||
else if (app.lyrics[applied].line === raw_lines[i].childNodes[0].childNodes[0].textContent) {
|
||||
// Do nothing
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue