Commit eec01ec3 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 97ffb06c
......@@ -73,7 +73,7 @@ foreach ($tmdb2["seasons"] AS $Key => $Value){
foreach ($tmdb3["episodes"] as $key => $value) {
echo " Episode ".$key." Name: ".$Value["name"];
}
var_dump($tmdb3);
//var_dump($tmdb3);
}
/*if(isset($tmdb2["trailers"]["youtube"][0]["source"])){
......
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