aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/transcoding/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/transcoding/index.ts')
-rw-r--r--server/tests/api/transcoding/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/tests/api/transcoding/index.ts b/server/tests/api/transcoding/index.ts
index 0cc28b4a4..9866418d6 100644
--- a/server/tests/api/transcoding/index.ts
+++ b/server/tests/api/transcoding/index.ts
@@ -2,4 +2,5 @@ export * from './audio-only'
2export * from './create-transcoding' 2export * from './create-transcoding'
3export * from './hls' 3export * from './hls'
4export * from './transcoder' 4export * from './transcoder'
5export * from './update-while-transcoding'
5export * from './video-studio' 6export * from './video-studio'