]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/video-list/loader.component.ts
Add info when server is processing a video at upload
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-list / loader.component.ts
index e5780e0fa2ba782f19b940d2112de21b4b4e4859..f37d70c855fbb05d7cac77c48374fc567e23e8a0 100644 (file)
@@ -2,7 +2,7 @@ import { Component, Input } from '@angular/core'
 
 @Component({
   selector: 'my-loader',
-  styleUrls: [ './loader.component.scss' ],
+  styleUrls: [ ],
   templateUrl: './loader.component.html'
 })