forked from lolcat/4get
added greppr support also btw im not dead
This commit is contained in:
@@ -30,7 +30,7 @@ $get = $frontend->parsegetfilters($_GET, $filters);
|
||||
try{
|
||||
echo json_encode(
|
||||
$scraper->music($get),
|
||||
JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES
|
||||
JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES | JSON_INVALID_UTF8_IGNORE
|
||||
);
|
||||
|
||||
}catch(Exception $e){
|
||||
|
Reference in New Issue
Block a user