Fixed filename duplication when upload from web (#288)

* Fixed filename duplication when upload from web

* Fixed cosmetic of detail panel view
This commit is contained in:
Alex
2022-06-30 20:43:33 -05:00
committed by GitHub
parent c4ef523564
commit 663f12851e
3 changed files with 20 additions and 5 deletions

View File

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