diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-09 15:31:09 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-04-09 15:53:18 +0200 |
commit | a60696ab185406700a5277edae54016b0add7b89 (patch) | |
tree | 5a2b4a813af3afe02251551147033f9f903dbb34 /server/tests/plugins/plugin-transcoding.ts | |
parent | 3e03b961b8ab897500dfea626f808c009f64e551 (diff) | |
download | PeerTube-a60696ab185406700a5277edae54016b0add7b89.tar.gz PeerTube-a60696ab185406700a5277edae54016b0add7b89.tar.zst PeerTube-a60696ab185406700a5277edae54016b0add7b89.zip |
Add scale filter to documentation
Diffstat (limited to 'server/tests/plugins/plugin-transcoding.ts')
-rw-r--r-- | server/tests/plugins/plugin-transcoding.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/tests/plugins/plugin-transcoding.ts b/server/tests/plugins/plugin-transcoding.ts index b6dff930e..c834b6985 100644 --- a/server/tests/plugins/plugin-transcoding.ts +++ b/server/tests/plugins/plugin-transcoding.ts | |||
@@ -19,7 +19,6 @@ import { | |||
19 | uninstallPlugin, | 19 | uninstallPlugin, |
20 | updateCustomSubConfig, | 20 | updateCustomSubConfig, |
21 | uploadVideoAndGetId, | 21 | uploadVideoAndGetId, |
22 | waitFfmpegUntilError, | ||
23 | waitJobs, | 22 | waitJobs, |
24 | waitUntilLivePublished | 23 | waitUntilLivePublished |
25 | } from '../../../shared/extra-utils' | 24 | } from '../../../shared/extra-utils' |