Commit a76fcdfa authored by Nico Schallehn's avatar Nico Schallehn

test

parent fa802aec
......@@ -559,7 +559,7 @@ class Media {
echo $url3.PHP_EOL;
$tmdb3 = $this->jsonCacheDecoder($url3);
foreach ($tmdb3["episodes"] as $key => $value) {
if($key == $array["Episode"]){
if($key == intval($array["Episode"]){
var_dump($value);
exit;
}
......
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