Fixes to the liquidsoap scheduler and the API.
Added a test() function to api_client. Fixed bug with the config file. Added line numbers to the logging.
This commit is contained in:
parent
d5b50ffdca
commit
7ade83ae74
10 changed files with 151 additions and 68 deletions
|
@ -300,7 +300,7 @@ class Transport
|
|||
return $mdtrec;
|
||||
}
|
||||
// handle raw media file:
|
||||
$fpath = $storedFile->getRealFileName();
|
||||
$fpath = $storedFile->getRealFilePath();
|
||||
if (PEAR::isError($fpath)) {
|
||||
return $fpath;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue