This commit is contained in:
Chocobozzz 2024-06-24 09:48:57 +02:00
parent c49b67b16f
commit bc8c853a53
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -76,7 +76,7 @@ export {
// ---------------------------------------------------------------------------
async function addVideoLegacy (req: express.Request, res: express.Response) {
const videoPhysicalFile = req.files['videofile'][0]
const videoPhysicalFile = req.files['videofile'][0]
const videoInfo: VideoCreate = req.body
const files = req.files