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') + '/',