]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/angular/videos/components/add/videos-add.component.ts
Some small css modifications
[github/Chocobozzz/PeerTube.git] / client / angular / videos / components / add / videos-add.component.ts
index 8ff6cfec87db6f350f9ca3e2dd33b761419102b8..3a7b0213362e6c6177e827567406bed94f12af56 100644 (file)
@@ -36,7 +36,7 @@ export class VideosAddComponent implements OnInit {
 
       progressall: (e, data) => {
         this.progressBar.value = data.loaded;
-        this.progressBar.max= data.total;
+        this.progressBar.max = data.total;
       },
 
       done: (e, data) => {