diff options
Diffstat (limited to 'client/src/app/+video-channels')
-rw-r--r-- | client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts b/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts index 2d3f66994..800d97b7f 100644 --- a/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts +++ b/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts | |||
@@ -12,6 +12,7 @@ import { VideoChannel } from '@app/shared/video-channel/video-channel.model' | |||
12 | import { tap } from 'rxjs/operators' | 12 | import { tap } from 'rxjs/operators' |
13 | import { I18n } from '@ngx-translate/i18n-polyfill' | 13 | import { I18n } from '@ngx-translate/i18n-polyfill' |
14 | import { Subscription } from 'rxjs' | 14 | import { Subscription } from 'rxjs' |
15 | import { ScreenService } from '@app/shared/misc/screen.service' | ||
15 | 16 | ||
16 | @Component({ | 17 | @Component({ |
17 | selector: 'my-video-channel-videos', | 18 | selector: 'my-video-channel-videos', |
@@ -37,6 +38,7 @@ export class VideoChannelVideosComponent extends AbstractVideoList implements On | |||
37 | protected notificationsService: NotificationsService, | 38 | protected notificationsService: NotificationsService, |
38 | protected confirmService: ConfirmService, | 39 | protected confirmService: ConfirmService, |
39 | protected location: Location, | 40 | protected location: Location, |
41 | protected screenService: ScreenService, | ||
40 | protected i18n: I18n, | 42 | protected i18n: I18n, |
41 | private videoChannelService: VideoChannelService, | 43 | private videoChannelService: VideoChannelService, |
42 | private videoService: VideoService | 44 | private videoService: VideoService |