diff options
Diffstat (limited to 'client/src/app/+admin')
-rw-r--r-- | client/src/app/+admin/overview/videos/video-list.component.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/app/+admin/overview/videos/video-list.component.ts b/client/src/app/+admin/overview/videos/video-list.component.ts index 4aed5221b..82ff372aa 100644 --- a/client/src/app/+admin/overview/videos/video-list.component.ts +++ b/client/src/app/+admin/overview/videos/video-list.component.ts | |||
@@ -41,7 +41,9 @@ export class VideoListComponent extends RestTable implements OnInit { | |||
41 | mute: true, | 41 | mute: true, |
42 | liveInfo: false, | 42 | liveInfo: false, |
43 | removeFiles: true, | 43 | removeFiles: true, |
44 | transcoding: true | 44 | transcoding: true, |
45 | studio: true, | ||
46 | stats: true | ||
45 | } | 47 | } |
46 | 48 | ||
47 | loading = true | 49 | loading = true |