aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video-caption
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-21 09:18:28 +0200
committerChocobozzz <me@florianbigard.com>2018-09-21 09:26:52 +0200
commitae04a0ce1298ca4db8b2d0d69df36845213e5fcb (patch)
tree5b10af364f25cd4c3b7a54dac461db546becab41 /client/src/app/shared/video-caption
parent74921541dbbb0dfce65fc11c7d74deed488ef9bc (diff)
downloadPeerTube-ae04a0ce1298ca4db8b2d0d69df36845213e5fcb.tar.gz
PeerTube-ae04a0ce1298ca4db8b2d0d69df36845213e5fcb.tar.zst
PeerTube-ae04a0ce1298ca4db8b2d0d69df36845213e5fcb.zip
Upgrade client dependencies
Diffstat (limited to 'client/src/app/shared/video-caption')
-rw-r--r--client/src/app/shared/video-caption/video-caption.service.ts2
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 }