]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/server-commands/server/config-command.ts
Display live info in my videos
[github/Chocobozzz/PeerTube.git] / shared / server-commands / server / config-command.ts
index 35a1eec7c286587da22d0dfc302376ca7546253d..ed4961bc3f72ea5c62990b15b7536a2882990e03 100644 (file)
@@ -60,7 +60,7 @@ export class ConfigCommand extends AbstractCommand {
         transcoding: {
           enabled: false
         },
-        videoEditor: {
+        videoStudio: {
           enabled: false
         }
       }
@@ -111,10 +111,10 @@ export class ConfigCommand extends AbstractCommand {
     })
   }
 
-  enableEditor () {
+  enableStudio () {
     return this.updateExistingSubConfig({
       newConfig: {
-        videoEditor: {
+        videoStudio: {
           enabled: true
         }
       }
@@ -339,7 +339,7 @@ export class ConfigCommand extends AbstractCommand {
           }
         }
       },
-      videoEditor: {
+      videoStudio: {
         enabled: false
       },
       import: {