Commit bd4161f7 authored by Nico Schallehn's avatar Nico Schallehn

CoverDir hinzugefügt

parent a8c74037
...@@ -23,6 +23,7 @@ class Media { ...@@ -23,6 +23,7 @@ class Media {
echo " Zum Anlegen der config bitte config save eingeben!".PHP_EOL.PHP_EOL; echo " Zum Anlegen der config bitte config save eingeben!".PHP_EOL.PHP_EOL;
$this->config = array("configChangeTime" => time(), $this->config = array("configChangeTime" => time(),
"ReadFromDir" => "/media/QNAP/FilmeZumEinlesen", "ReadFromDir" => "/media/QNAP/FilmeZumEinlesen",
"CoverDir" => null,
"DB_Database" => "MediaDB_Nico", "DB_Database" => "MediaDB_Nico",
"DB_Username" => "MediaDB", "DB_Username" => "MediaDB",
"DB_Passwort" => "MediaDB", "DB_Passwort" => "MediaDB",
......
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