diff options
Diffstat (limited to 'client/src/app/+video-channels')
-rw-r--r-- | client/src/app/+video-channels/video-channels.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+video-channels/video-channels.component.ts b/client/src/app/+video-channels/video-channels.component.ts index 7b335b13f..5ca9581a8 100644 --- a/client/src/app/+video-channels/video-channels.component.ts +++ b/client/src/app/+video-channels/video-channels.component.ts | |||
@@ -15,7 +15,7 @@ import { I18n } from '@ngx-translate/i18n-polyfill' | |||
15 | styleUrls: [ './video-channels.component.scss' ] | 15 | styleUrls: [ './video-channels.component.scss' ] |
16 | }) | 16 | }) |
17 | export class VideoChannelsComponent implements OnInit, OnDestroy { | 17 | export class VideoChannelsComponent implements OnInit, OnDestroy { |
18 | @ViewChild('subscribeButton', { static: false }) subscribeButton: SubscribeButtonComponent | 18 | @ViewChild('subscribeButton') subscribeButton: SubscribeButtonComponent |
19 | 19 | ||
20 | videoChannel: VideoChannel | 20 | videoChannel: VideoChannel |
21 | hotkeys: Hotkey[] | 21 | hotkeys: Hotkey[] |