fix signalR

This commit is contained in:
Peter Maquiran
2024-02-01 11:44:56 +01:00
parent e21e5da7e5
commit 2d6598edfe
3 changed files with 41 additions and 26 deletions
@@ -351,7 +351,7 @@ export class ChucksManager {
chunks: Chunks
uploads: {[key: string]: IUploadResponse } = {}
path: string = undefined
uploadPercentage: string = "0%"
uploadPercentage: string = "1%"
merging = false
onSetPath: Function[] = []
onSetLastChunk: Function[] = []