]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/overview/videos/video-list.component.ts
Support videos stats in client
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / overview / videos / video-list.component.ts
index 4aed5221b394fac3e363bee798fbec2782b9f3ca..82ff372aa4252984bf4be7ec73943666544328d6 100644 (file)
@@ -41,7 +41,9 @@ export class VideoListComponent extends RestTable implements OnInit {
     mute: true,
     liveInfo: false,
     removeFiles: true,
-    transcoding: true
+    transcoding: true,
+    studio: true,
+    stats: true
   }
 
   loading = true