diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-21 09:18:28 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-21 09:26:52 +0200 |
commit | ae04a0ce1298ca4db8b2d0d69df36845213e5fcb (patch) | |
tree | 5b10af364f25cd4c3b7a54dac461db546becab41 /client/src/app/shared | |
parent | 74921541dbbb0dfce65fc11c7d74deed488ef9bc (diff) | |
download | PeerTube-ae04a0ce1298ca4db8b2d0d69df36845213e5fcb.tar.gz PeerTube-ae04a0ce1298ca4db8b2d0d69df36845213e5fcb.tar.zst PeerTube-ae04a0ce1298ca4db8b2d0d69df36845213e5fcb.zip |
Upgrade client dependencies
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/video-caption/video-caption.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video-caption/video-caption.service.ts b/client/src/app/shared/video-caption/video-caption.service.ts index 994882451..08fd61265 100644 --- a/client/src/app/shared/video-caption/video-caption.service.ts +++ b/client/src/app/shared/video-caption/video-caption.service.ts | |||
@@ -76,7 +76,7 @@ export class VideoCaptionService { | |||
76 | } | 76 | } |
77 | } | 77 | } |
78 | 78 | ||
79 | if (observables.length === 0) return of(true) | 79 | if (observables.length === 0) return of(undefined) |
80 | 80 | ||
81 | return forkJoin(observables) | 81 | return forkJoin(observables) |
82 | } | 82 | } |