mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
logging correctly
This commit is contained in:
@@ -683,7 +683,7 @@ var List = {
|
||||
}
|
||||
title = title.toLowerCase();
|
||||
var id=song.id;
|
||||
Helper.log(title + " " + _title + " " + similarity(title, _title));
|
||||
Helper.log([title + " " + _title + " " + similarity(title, _title)]);
|
||||
if(similarity(title, _title) > 0.60) {
|
||||
List.found.push({id: parseInt(song.id)});
|
||||
isFound = true;
|
||||
|
||||
Reference in New Issue
Block a user