mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Logging number of tracks found
This commit is contained in:
@@ -669,6 +669,7 @@ var List = {
|
||||
}).then(function(tracks) {
|
||||
//$("#results").append(result_html);
|
||||
//Helper.css(document.querySelector(".search_results .col.s12"), "display", "block");
|
||||
console.log(tracks.length);
|
||||
for(var y = 0; y < tracks.length; y++) {
|
||||
var song = tracks[y];
|
||||
if(!song.streamable) continue;
|
||||
|
||||
Reference in New Issue
Block a user