diff options
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 | } |