|
@@ -244,6 +244,7 @@ export class AssetService {
|
|
}
|
|
}
|
|
|
|
|
|
/** Sending Partial Content With HTTP Code 206 */
|
|
/** Sending Partial Content With HTTP Code 206 */
|
|
|
|
+ console.log('Send Range', range);
|
|
res.status(206).set({
|
|
res.status(206).set({
|
|
'Content-Range': `bytes ${start}-${end}/${size}`,
|
|
'Content-Range': `bytes ${start}-${end}/${size}`,
|
|
'Accept-Ranges': 'bytes',
|
|
'Accept-Ranges': 'bytes',
|