]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/video-caption/video-caption.service.ts
Upgrade client dependencies
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video-caption / video-caption.service.ts
index 994882451b543d798705c4b27eddd26069bd59ca..08fd61265964ab5cda7d4e4823e81a0fd0d4866f 100644 (file)
@@ -76,7 +76,7 @@ export class VideoCaptionService {
       }
     }
 
-    if (observables.length === 0) return of(true)
+    if (observables.length === 0) return of(undefined)
 
     return forkJoin(observables)
   }