mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-04-28 09:43:53 +00:00
Update readme
This commit is contained in:
@@ -118,7 +118,6 @@ export class AssetController {
|
||||
}
|
||||
|
||||
/** Sending Partial Content With HTTP Code 206 */
|
||||
console.log('Sendinf file with type ', asset.mimeType);
|
||||
|
||||
res.status(206).set({
|
||||
'Content-Range': `bytes ${start}-${end}/${size}`,
|
||||
|
||||
Reference in New Issue
Block a user