diff options
Diffstat (limited to 'scraper/sc.php')
| -rw-r--r-- | scraper/sc.php | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/scraper/sc.php b/scraper/sc.php index 1c6132e..3475c9a 100644 --- a/scraper/sc.php +++ b/scraper/sc.php @@ -397,7 +397,12 @@ class sc{ break; case "track": - if(stripos($item["monetization_model"], "TIER") === false){ + $stream = [ + "endpoint" => null, + "url" => null + ]; + + /*if(stripos($item["monetization_model"], "TIER") === false){ $stream = [ "endpoint" => "sc", @@ -413,7 +418,7 @@ class sc{ "endpoint" => null, "url" => null ]; - } + }*/ // parse track $out["song"][] = [ |
