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
@@ -56,7 +56,7 @@
<ion-img *ngIf="checkFileType.checkFileType(seleted.FileExtension) == 'image'"
name="image" ngDefaultControl [src]="seleted.FileBase64" style="height: 69px;"></ion-img>
<div *ngIf="checkFileType.checkFileType(seleted.FileExtension) == 'video' && seleted.chucksManager">
<div *ngIf="checkFileType.checkFileType(seleted.FileExtension) == 'video' && seleted.chucksManager" style="background: #ededed;">
<mat-progress-bar
@@ -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[] = []