aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-01-03 15:01:17 +0100
committerChocobozzz <me@florianbigard.com>2020-01-03 15:01:17 +0100
commitb7819090de8ced71e5f9c5773c575ab627a148e4 (patch)
tree1da6089c12e5b60ea2d0868dc5ccecc3d2abfe5d /client/src/app/videos/+video-edit
parentac0868bcc0259d4ff14265d9ae403e10869a13aa (diff)
downloadPeerTube-b7819090de8ced71e5f9c5773c575ab627a148e4.tar.gz
PeerTube-b7819090de8ced71e5f9c5773c575ab627a148e4.tar.zst
PeerTube-b7819090de8ced71e5f9c5773c575ab627a148e4.zip
Move watch later logic in miniature
Diffstat (limited to 'client/src/app/videos/+video-edit')
-rw-r--r--client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts b/client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts
index 28e10e562..aa3a85995 100644
--- a/client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts
+++ b/client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts
@@ -14,7 +14,6 @@ import { CanComponentDeactivate } from '@app/shared/guards/can-deactivate-guard.
14import { FormValidatorService, UserService } from '@app/shared' 14import { FormValidatorService, UserService } from '@app/shared'
15import { VideoCaptionService } from '@app/shared/video-caption' 15import { VideoCaptionService } from '@app/shared/video-caption'
16import { scrollToTop } from '@app/shared/misc/utils' 16import { scrollToTop } from '@app/shared/misc/utils'
17import { ServerConfig } from '@shared/models'
18 17
19@Component({ 18@Component({
20 selector: 'my-video-upload', 19 selector: 'my-video-upload',