Commit 45eafd2d authored by Nico Schallehn's avatar Nico Schallehn

test

parent 8f86ccb9
...@@ -290,7 +290,7 @@ class Media { ...@@ -290,7 +290,7 @@ class Media {
$Counter=0; $Counter=0;
//var_dump($FilmeArr); //var_dump($FilmeArr);
foreach ($FilmeArr as $value) { foreach ($FilmeArr as $value) {
$array = $this->parseMovie($value[2].(strlen($value[0])>0?'/':''), $value[1],$action); $array = $this->parseEpisode($value[2].(strlen($value[0])>0?'/':''), $value[1],$action);
......
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