more edl work
This commit is contained in:
parent
2b3e4f9290
commit
cd8c1a7fc8
3
edl.php
3
edl.php
@ -38,6 +38,9 @@ if (isset($_REQUEST['media_id']) && $_REQUEST['media_id'] !== "") {
|
||||
echo(json_encode($final_result->fetchArray(SQLITE3_ASSOC)));
|
||||
}
|
||||
}
|
||||
} else {
|
||||
error_log("EDL: no record found for media_id " . $_REQUEST['media_id']);
|
||||
error_log($query->getSQL(true));
|
||||
}
|
||||
} else {
|
||||
error_log("EDL: no media_id found!");
|
||||
|
Loading…
Reference in New Issue
Block a user