Commit c8ebe69d authored by Nico Schallehn's avatar Nico Schallehn

test

parent 6abb592e
...@@ -144,7 +144,7 @@ class Media { ...@@ -144,7 +144,7 @@ class Media {
//var_dump($imdb->getAll()); //var_dump($imdb->getAll());
$array["year"] = $imdb->getYear(); $array["year"] = $imdb->getYear();
$array["size"] = $this->getfileSitze($Pfad.$FilenameOrg); $array["size"] = $this->getfileSitze($Pfad.$FilenameOrg);
$array["md5"] = md5_file("~/MediaDBPythonScripte/imdb.class.php"); $array["md5"] = md5_file("imdb.class.php");
$array["rating"] = $imdb->getRating(); $array["rating"] = $imdb->getRating();
} else{ } else{
......
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