diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-28 15:52:44 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-01-28 15:55:39 +0100 |
commit | 1896bca09e088b0da9d5e845407ecebae330618c (patch) | |
tree | 56041c445c0cd49aca536d0fd6b586730f4d341e /server/tests/plugins/index.ts | |
parent | 529b37527cff5203a0689a15ce73dcee6e1eece2 (diff) | |
download | PeerTube-1896bca09e088b0da9d5e845407ecebae330618c.tar.gz PeerTube-1896bca09e088b0da9d5e845407ecebae330618c.tar.zst PeerTube-1896bca09e088b0da9d5e845407ecebae330618c.zip |
Support transcoding options/encoders by plugins
Diffstat (limited to 'server/tests/plugins/index.ts')
-rw-r--r-- | server/tests/plugins/index.ts | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/server/tests/plugins/index.ts b/server/tests/plugins/index.ts index b870a4055..fd7116efd 100644 --- a/server/tests/plugins/index.ts +++ b/server/tests/plugins/index.ts | |||
@@ -1,10 +1,11 @@ | |||
1 | import './action-hooks' | 1 | import './action-hooks' |
2 | import './html-injection' | ||
3 | import './id-and-pass-auth' | ||
4 | import './external-auth' | 2 | import './external-auth' |
5 | import './filter-hooks' | 3 | import './filter-hooks' |
6 | import './translations' | 4 | import './html-injection' |
7 | import './video-constants' | 5 | import './id-and-pass-auth' |
8 | import './plugin-helpers' | 6 | import './plugin-helpers' |
9 | import './plugin-router' | 7 | import './plugin-router' |
10 | import './plugin-storage' | 8 | import './plugin-storage' |
9 | import './plugin-transcoding' | ||
10 | import './translations' | ||
11 | import './video-constants' | ||