From ae04a0ce1298ca4db8b2d0d69df36845213e5fcb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 21 Sep 2018 09:18:28 +0200 Subject: Upgrade client dependencies --- client/src/app/shared/video-caption/video-caption.service.ts | 2 +- client/src/app/videos/+video-edit/video-add-components/video-send.ts | 1 - client/src/assets/player/peertube-player.ts | 1 - client/src/shims/http.ts | 2 +- client/src/shims/https.ts | 2 +- client/src/shims/noop.ts | 4 ++-- client/src/shims/path.ts | 2 +- 7 files changed, 6 insertions(+), 8 deletions(-) (limited to 'client/src') 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 { } } - if (observables.length === 0) return of(true) + if (observables.length === 0) return of(undefined) return forkJoin(observables) } diff --git a/client/src/app/videos/+video-edit/video-add-components/video-send.ts b/client/src/app/videos/+video-edit/video-add-components/video-send.ts index bfe588676..6d1bac3f2 100644 --- a/client/src/app/videos/+video-edit/video-add-components/video-send.ts +++ b/client/src/app/videos/+video-edit/video-add-components/video-send.ts @@ -13,7 +13,6 @@ import { VideoEdit } from '@app/shared/video/video-edit.model' import { populateAsyncUserVideoChannels } from '@app/shared/misc/utils' export abstract class VideoSend extends FormReactive implements OnInit, CanComponentDeactivate { - userVideoChannels: { id: number, label: string, support: string }[] = [] videoPrivacies: VideoConstant[] = [] videoCaptions: VideoCaptionEdit[] = [] diff --git a/client/src/assets/player/peertube-player.ts b/client/src/assets/player/peertube-player.ts index 0f9836c5e..eca2ce6c3 100644 --- a/client/src/assets/player/peertube-player.ts +++ b/client/src/assets/player/peertube-player.ts @@ -2,7 +2,6 @@ import { VideoFile } from '../../../../shared/models/videos' import 'videojs-hotkeys' import 'videojs-dock' -import 'videojs-contextmenu' import 'videojs-contextmenu-ui' import './peertube-link-button' import './resolution-menu-button' diff --git a/client/src/shims/http.ts b/client/src/shims/http.ts index a759400cb..1b1767aab 100644 --- a/client/src/shims/http.ts +++ b/client/src/shims/http.ts @@ -1 +1 @@ -module.exports = require('stream-http'); \ No newline at end of file +module.exports = require('stream-http') diff --git a/client/src/shims/https.ts b/client/src/shims/https.ts index 1da6f8adb..f5ef70430 100644 --- a/client/src/shims/https.ts +++ b/client/src/shims/https.ts @@ -1 +1 @@ -module.exports = require('https-browserify'); \ No newline at end of file +module.exports = require('https-browserify') diff --git a/client/src/shims/noop.ts b/client/src/shims/noop.ts index 338e16104..899b69bf3 100644 --- a/client/src/shims/noop.ts +++ b/client/src/shims/noop.ts @@ -1,3 +1,3 @@ -// Does nothing. Used to shim out node.js modules +// Does nothing. Used to shim out node.js modules // which are no-ops in the browser. -export const NOOP = 0; \ No newline at end of file +export const NOOP = 0 \ No newline at end of file diff --git a/client/src/shims/path.ts b/client/src/shims/path.ts index 74b6913d8..1f8c61a07 100644 --- a/client/src/shims/path.ts +++ b/client/src/shims/path.ts @@ -1 +1 @@ -module.exports = require('path-browserify'); \ No newline at end of file +module.exports = require('path-browserify') -- cgit v1.2.3