diff options
author | Chocobozzz <me@florianbigard.com> | 2020-01-03 15:01:17 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-01-03 15:01:17 +0100 |
commit | b7819090de8ced71e5f9c5773c575ab627a148e4 (patch) | |
tree | 1da6089c12e5b60ea2d0868dc5ccecc3d2abfe5d /client/src/app/videos | |
parent | ac0868bcc0259d4ff14265d9ae403e10869a13aa (diff) | |
download | PeerTube-b7819090de8ced71e5f9c5773c575ab627a148e4.tar.gz PeerTube-b7819090de8ced71e5f9c5773c575ab627a148e4.tar.zst PeerTube-b7819090de8ced71e5f9c5773c575ab627a148e4.zip |
Move watch later logic in miniature
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts | 1 |
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. | |||
14 | import { FormValidatorService, UserService } from '@app/shared' | 14 | import { FormValidatorService, UserService } from '@app/shared' |
15 | import { VideoCaptionService } from '@app/shared/video-caption' | 15 | import { VideoCaptionService } from '@app/shared/video-caption' |
16 | import { scrollToTop } from '@app/shared/misc/utils' | 16 | import { scrollToTop } from '@app/shared/misc/utils' |
17 | import { ServerConfig } from '@shared/models' | ||
18 | 17 | ||
19 | @Component({ | 18 | @Component({ |
20 | selector: 'my-video-upload', | 19 | selector: 'my-video-upload', |