more edl work

This commit is contained in:
Sundog Jones 2024-09-16 16:53:41 -04:00
parent 2b3e4f9290
commit cd8c1a7fc8
1 changed files with 3 additions and 0 deletions

View File

@ -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!");