Commit 1b0c86ad authored by Nico Schallehn's avatar Nico Schallehn

test

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