]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/instance/instance-features-table.component.ts
Add zh-Hans-CN to client.sh
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / instance / instance-features-table.component.ts
index 1aad5aa8197f76329818c270c8dbe94fde7cb74e..da8da07023f391663fa44d60cddcdd32bfee9021 100644 (file)
@@ -21,6 +21,10 @@ export class InstanceFeaturesTableComponent implements OnInit {
     return this.serverService.getConfig().user.videoQuota
   }
 
+  get dailyUserVideoQuota () {
+    return this.serverService.getConfig().user.videoQuotaDaily
+  }
+
   ngOnInit () {
     this.serverService.configLoaded
         .subscribe(() => {