From 92e66e04f7f51d37b465cff442ce47f6d6d7cadd Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 22 Mar 2022 16:58:49 +0100 Subject: Rename studio to editor --- shared/server-commands/server/server.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shared/server-commands/server/server.ts') diff --git a/shared/server-commands/server/server.ts b/shared/server-commands/server/server.ts index af4423e8d..2bf31b5a4 100644 --- a/shared/server-commands/server/server.ts +++ b/shared/server-commands/server/server.ts @@ -25,7 +25,7 @@ import { PlaylistsCommand, ServicesCommand, StreamingPlaylistsCommand, - VideoEditorCommand, + VideoStudioCommand, VideosCommand } from '../videos' import { CommentsCommand } from '../videos/comments-command' @@ -125,7 +125,7 @@ export class PeerTubeServer { login?: LoginCommand users?: UsersCommand objectStorage?: ObjectStorageCommand - videoEditor?: VideoEditorCommand + videoStudio?: VideoStudioCommand videos?: VideosCommand constructor (options: { serverNumber: number } | { url: string }) { @@ -396,6 +396,6 @@ export class PeerTubeServer { this.users = new UsersCommand(this) this.videos = new VideosCommand(this) this.objectStorage = new ObjectStorageCommand(this) - this.videoEditor = new VideoEditorCommand(this) + this.videoStudio = new VideoStudioCommand(this) } } -- cgit v1.2.3