aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+video-channels
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-03-10 14:08:42 +0100
committerChocobozzz <me@florianbigard.com>2020-03-10 14:08:42 +0100
commitedb868655e52f934a71141175cf9dc6cb4753e11 (patch)
tree54e8f76df0737e53fc4407363550d345261d42f1 /client/src/app/+video-channels
parent6b842050f7b0820bbd3051d9bfec1fffdf6d8df4 (diff)
downloadPeerTube-edb868655e52f934a71141175cf9dc6cb4753e11.tar.gz
PeerTube-edb868655e52f934a71141175cf9dc6cb4753e11.tar.zst
PeerTube-edb868655e52f934a71141175cf9dc6cb4753e11.zip
Fix lint
Diffstat (limited to 'client/src/app/+video-channels')
-rw-r--r--client/src/app/+video-channels/video-channels.component.ts2
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 f3cd5dea5..a3563c747 100644
--- a/client/src/app/+video-channels/video-channels.component.ts
+++ b/client/src/app/+video-channels/video-channels.component.ts
@@ -34,7 +34,7 @@ export class VideoChannelsComponent implements OnInit, OnDestroy {
34 private videoChannelService: VideoChannelService, 34 private videoChannelService: VideoChannelService,
35 private restExtractor: RestExtractor, 35 private restExtractor: RestExtractor,
36 private hotkeysService: HotkeysService, 36 private hotkeysService: HotkeysService,
37 private screenService: ScreenService 37 private screenService: ScreenService
38 ) { } 38 ) { }
39 39
40 ngOnInit () { 40 ngOnInit () {