@@ -34,7 +34,7 @@ |
||
34 | 34 | $this->ModelSettings(); |
35 | 35 | |
36 | 36 | /* this hack id or name */ |
37 | - $music = '-' . substr(strrchr('-' .$music, '-'), 1); |
|
37 | + $music = '-'.substr(strrchr('-'.$music, '-'), 1); |
|
38 | 38 | |
39 | 39 | $response = $this->getResponse($this->url.$music); |
40 | 40 |