diff options
Diffstat (limited to 'api/v1/music.php')
-rw-r--r-- | api/v1/music.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/v1/music.php b/api/v1/music.php index a1359eb..58985e3 100644 --- a/api/v1/music.php +++ b/api/v1/music.php @@ -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){ |