more edl work

This commit is contained in:
Sundog Jones 2024-09-16 16:48:45 -04:00
parent aa17ab1309
commit bfb1796c3b
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ $db = new SQLite3('netv-mam.sqlite');
// add edl to media item
$jsonBody = file_get_contents("php://input");
$_REQUEST = json_decode($jsonBody, true);
error_log(print_r($_REQUEST, true));
exit();
if (isset($_REQUEST['media_id']) && $_REQUEST['media_id'] !== "") {
error_log(print_r($_REQUEST, true));