You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-09 23:17:29 +02:00
Fixed issue socket-io cannot be connected in production build on web
This commit is contained in:
@@ -244,7 +244,7 @@ export class AssetService {
|
||||
}
|
||||
|
||||
/** Sending Partial Content With HTTP Code 206 */
|
||||
|
||||
console.log('send partial', end - start + 1);
|
||||
res.status(206).set({
|
||||
'Content-Range': `bytes ${start}-${end}/${size}`,
|
||||
'Accept-Ranges': 'bytes',
|
||||
|
Reference in New Issue
Block a user