Fix storyboard tests
This commit is contained in:
parent
ff75ba7160
commit
a673d9e848
1 changed files with 1 additions and 0 deletions
|
@ -376,6 +376,7 @@ export class PeerTubeServer {
|
||||||
logs: this.getDirectoryPath('logs') + '/',
|
logs: this.getDirectoryPath('logs') + '/',
|
||||||
previews: this.getDirectoryPath('previews') + '/',
|
previews: this.getDirectoryPath('previews') + '/',
|
||||||
thumbnails: this.getDirectoryPath('thumbnails') + '/',
|
thumbnails: this.getDirectoryPath('thumbnails') + '/',
|
||||||
|
storyboards: this.getDirectoryPath('storyboards') + '/',
|
||||||
torrents: this.getDirectoryPath('torrents') + '/',
|
torrents: this.getDirectoryPath('torrents') + '/',
|
||||||
captions: this.getDirectoryPath('captions') + '/',
|
captions: this.getDirectoryPath('captions') + '/',
|
||||||
cache: this.getDirectoryPath('cache') + '/',
|
cache: this.getDirectoryPath('cache') + '/',
|
||||||
|
|
Loading…
Reference in a new issue