Commit d3d0e0d7 authored by Nico Schallehn's avatar Nico Schallehn

final nfo export mit neuen Werten:

Land, Rollenname, Tags:Auflösung, Fehler, gesehen
parent 878edbd2
...@@ -978,7 +978,7 @@ class Media { ...@@ -978,7 +978,7 @@ class Media {
$co.= 'http://www.imdb.com/title/tt'.$Film['imdbID'].'/'.PHP_EOL; $co.= 'http://www.imdb.com/title/tt'.$Film['imdbID'].'/'.PHP_EOL;
file_put_contents($nfoFile, $co); file_put_contents($nfoFile, $co);
echo " Done!!".PHP_EOL; echo " Done!!".PHP_EOL;
exit; //exit;
} }
} }
......
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