This commit is contained in:
mertalev
2026-06-09 19:19:56 -04:00
parent 472715dfa7
commit f97d9a5f22
@@ -71,8 +71,8 @@ export class VideoStreamController {
) {
try {
headers = HlsSegmentHeaderDto.create(headers);
} catch (err) {
throw new ZodValidationException(err);
} catch (error) {
throw new ZodValidationException(error);
}
await sendFile(
res,