Fixed bug
This commit is contained in:
parent
c347c7aa80
commit
0c015f6c66
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class Db {
|
|||
last.length === 0 ||
|
||||
(last[0] !== undefined &&
|
||||
last[0].artist !== value.artist &&
|
||||
last[0].song !== value.song
|
||||
last[0].title !== value.title
|
||||
)
|
||||
) {
|
||||
console.log('Save song!', value)
|
||||
|
|
Loading…
Reference in a new issue