diff options
author | Chocobozzz <me@florianbigard.com> | 2023-06-06 13:58:20 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-06-29 10:19:07 +0200 |
commit | a673d9e848e51186602548a621e05925663b98be (patch) | |
tree | a65f0670e2e7aec2414891eb98ce9214fef2fce1 /shared | |
parent | ff75ba7160abd28460425b0f13371f5d41501e77 (diff) | |
download | PeerTube-a673d9e848e51186602548a621e05925663b98be.tar.gz PeerTube-a673d9e848e51186602548a621e05925663b98be.tar.zst PeerTube-a673d9e848e51186602548a621e05925663b98be.zip |
Fix storyboard tests
Diffstat (limited to 'shared')
-rw-r--r-- | shared/server-commands/server/server.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
376 | logs: this.getDirectoryPath('logs') + '/', | 376 | logs: this.getDirectoryPath('logs') + '/', |
377 | previews: this.getDirectoryPath('previews') + '/', | 377 | previews: this.getDirectoryPath('previews') + '/', |
378 | thumbnails: this.getDirectoryPath('thumbnails') + '/', | 378 | thumbnails: this.getDirectoryPath('thumbnails') + '/', |
379 | storyboards: this.getDirectoryPath('storyboards') + '/', | ||
379 | torrents: this.getDirectoryPath('torrents') + '/', | 380 | torrents: this.getDirectoryPath('torrents') + '/', |
380 | captions: this.getDirectoryPath('captions') + '/', | 381 | captions: this.getDirectoryPath('captions') + '/', |
381 | cache: this.getDirectoryPath('cache') + '/', | 382 | cache: this.getDirectoryPath('cache') + '/', |