mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Update readme
This commit is contained in:
parent
919928ab70
commit
6ad77e9434
5 changed files with 9 additions and 31 deletions
|
|
@ -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}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue