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 | 1 |
1 files changed, 0 insertions, 1 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 8af31000e..2045a095d 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 | |||
@@ -23,7 +23,6 @@ import { Notifier, ServerService } from '@app/core' | |||
23 | }) | 23 | }) |
24 | export class VideoChannelVideosComponent extends AbstractVideoList implements OnInit, OnDestroy { | 24 | export class VideoChannelVideosComponent extends AbstractVideoList implements OnInit, OnDestroy { |
25 | titlePage: string | 25 | titlePage: string |
26 | marginContent = false // Disable margin | ||
27 | loadOnInit = false | 26 | loadOnInit = false |
28 | 27 | ||
29 | private videoChannel: VideoChannel | 28 | private videoChannel: VideoChannel |