This commit is contained in:
tamaina
2025-09-03 23:58:20 +09:00
parent 2eef7005c8
commit 510cc6692f
@@ -234,7 +234,6 @@ export class FileServerService {
extname: file.ext ? `.${file.ext}` : '.unknown',
}).toString();
reply.header('Content-Disposition', contentDisposition('inline', filename));
image = this.processFileAndConvertToIImage(file, request, reply);
image.filename = filename;
} else {