Commit e2802129 by Phạm Văn Đoan

bỏ print_r

parent 4b9d6ba8
......@@ -61,7 +61,7 @@ class NctCrawlerTrackCommand extends Command
$tracks = $this->trackRepository->processNctGetTrackInfoFromTop100($url);
$tracks_playlist = $this->trackRepository->processNctGetTrackInfoFromTop100Playlist($url_playlist_top100);
print_r($tracks); return false;
if (count($tracks) == 0) return false;
$key_insert = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment