From a673d9e848e51186602548a621e05925663b98be Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 6 Jun 2023 13:58:20 +0200 Subject: [PATCH] Fix storyboard tests --- shared/server-commands/server/server.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/server-commands/server/server.ts b/shared/server-commands/server/server.ts index 9a07eb36f..2629889ee 100644 --- a/shared/server-commands/server/server.ts +++ b/shared/server-commands/server/server.ts @@ -376,6 +376,7 @@ export class PeerTubeServer { logs: this.getDirectoryPath('logs') + '/', previews: this.getDirectoryPath('previews') + '/', thumbnails: this.getDirectoryPath('thumbnails') + '/', + storyboards: this.getDirectoryPath('storyboards') + '/', torrents: this.getDirectoryPath('torrents') + '/', captions: this.getDirectoryPath('captions') + '/', cache: this.getDirectoryPath('cache') + '/',