Commit f22a381b authored by Nico Schallehn's avatar Nico Schallehn

test

parent 614015ee
...@@ -255,7 +255,7 @@ class MediaDBAPI{ ...@@ -255,7 +255,7 @@ class MediaDBAPI{
$tempArray = array(); $tempArray = array();
foreach ($finfo as $val) { foreach ($finfo as $val) {
if(!(($val->name == "imdbID") AND $NoimdbID)){ if(!(($val->name == "imdbID") AND $NoimdbID)){
$tempArray[$val->name] = utf8_encode($entry[$val->name]); $tempArray[$val->name] = utf8_encode(($entry[$val->name] == null?"":$entry[$val->name]));
} }
} }
// Genre oder Schauspielerblock hinzufügen wenn es gewünscht ist // Genre oder Schauspielerblock hinzufügen wenn es gewünscht ist
......
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