diff options
author | kimsible <kimsible@users.noreply.github.com> | 2020-04-14 17:23:01 +0200 |
---|---|---|
committer | kimsible <kimsible@users.noreply.github.com> | 2020-04-14 17:23:01 +0200 |
commit | ba6e9e8f1df29a7f355636d48c2a608bc4cb54ec (patch) | |
tree | ba92cf3b6115a7bf738a799ff1ffbd4066740169 /shared | |
parent | 50ad0a1c1699fb1799c9ba2a99bf888894f88df4 (diff) | |
download | PeerTube-ba6e9e8f1df29a7f355636d48c2a608bc4cb54ec.tar.gz PeerTube-ba6e9e8f1df29a7f355636d48c2a608bc4cb54ec.tar.zst PeerTube-ba6e9e8f1df29a7f355636d48c2a608bc4cb54ec.zip |
Add unit tests for captions via URL import
Diffstat (limited to 'shared')
-rw-r--r-- | shared/extra-utils/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/extra-utils/index.ts b/shared/extra-utils/index.ts index 78acf72aa..fd8fef5dc 100644 --- a/shared/extra-utils/index.ts +++ b/shared/extra-utils/index.ts | |||
@@ -18,6 +18,7 @@ export * from './users/users' | |||
18 | export * from './users/accounts' | 18 | export * from './users/accounts' |
19 | export * from './videos/video-abuses' | 19 | export * from './videos/video-abuses' |
20 | export * from './videos/video-blacklist' | 20 | export * from './videos/video-blacklist' |
21 | export * from './videos/video-captions' | ||
21 | export * from './videos/video-channels' | 22 | export * from './videos/video-channels' |
22 | export * from './videos/video-comments' | 23 | export * from './videos/video-comments' |
23 | export * from './videos/video-streaming-playlists' | 24 | export * from './videos/video-streaming-playlists' |