From 3545e72c686ff1725bbdfd8d16d693e2f4aa75a3 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 12 Oct 2022 16:09:02 +0200 Subject: Put private videos under a specific subdirectory --- server/tests/api/transcoding/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'server/tests/api/transcoding/index.ts') 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' export * from './create-transcoding' export * from './hls' export * from './transcoder' +export * from './update-while-transcoding' export * from './video-studio' -- cgit v1.2.3