From d8f39b126d9fe4bec1c12fb213548cc6edc87867 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 1 Jun 2023 14:51:16 +0200 Subject: Add storyboard support --- shared/server-commands/server/server.ts | 5 +++++ 1 file changed, 5 insertions(+) (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 0911e22b0..6aa4296b0 100644 --- a/shared/server-commands/server/server.ts +++ b/shared/server-commands/server/server.ts @@ -35,6 +35,7 @@ import { VideoPasswordsCommand, PlaylistsCommand, ServicesCommand, + StoryboardCommand, StreamingPlaylistsCommand, VideosCommand, VideoStudioCommand, @@ -149,6 +150,8 @@ export class PeerTubeServer { registrations?: RegistrationsCommand videoPasswords?: VideoPasswordsCommand + storyboard?: StoryboardCommand + runners?: RunnersCommand runnerRegistrationTokens?: RunnerRegistrationTokensCommand runnerJobs?: RunnerJobsCommand @@ -436,6 +439,8 @@ export class PeerTubeServer { this.videoToken = new VideoTokenCommand(this) this.registrations = new RegistrationsCommand(this) + this.storyboard = new StoryboardCommand(this) + this.runners = new RunnersCommand(this) this.runnerRegistrationTokens = new RunnerRegistrationTokensCommand(this) this.runnerJobs = new RunnerJobsCommand(this) -- cgit v1.2.3