This commit is contained in:
subnub
2020-05-11 00:48:35 -04:00
parent 09f8b782c3
commit e029a6836f
+2
View File
@@ -379,6 +379,8 @@ class FileController {
await this.chunkService.streamVideo(user, fileID, headers, res, req);
console.log("stream finished");
} catch (e) {
const code = e.code || 500;