Fixed bug

This commit is contained in:
dbroqua 2019-12-29 13:08:37 +01:00
parent c347c7aa80
commit 0c015f6c66

View File

@ -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)