more edl work

This commit is contained in:
Sundog Jones 2024-09-16 16:35:14 -04:00
parent 235222276f
commit 0850e8558f

View File

@ -36,6 +36,8 @@ if (isset($_REQUEST['media_id']) && $_REQUEST['media_id'] !== "") {
} }
} }
} }
} else {
error_log(print_r($_REQUEST, true));
} }
?> ?>