Commit 3d19cbe4 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 332862dd
......@@ -84,7 +84,7 @@ foreach ($Notindexed as $value) {
$resultArr = $result->fetch_array();
//var_dump($resultArr);
if(strlen($resultArr["imdbID"])==0){
if(strlen($resultArr["imdbID"])>0){
echo "mv ".$value[0]."/".$value[1]." ".$value[0]."/".$resultArr["name"]." (".$resultArr["resolution"].") (".$resultArr["resolution"].")".$endung.PHP_EOL;
}
}
......
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