diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-08 16:49:51 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-20 15:27:18 +0200 |
commit | 6910f20f114b5bd020258a3a9a3f2117819a60c2 (patch) | |
tree | 0f50d33e20814b581dd9b2c175e511ac7a66f8df /shared/extra-utils/videos/index.ts | |
parent | 313228e9c3b5bcef5391228c9b949d05d32ad7bb (diff) | |
download | PeerTube-6910f20f114b5bd020258a3a9a3f2117819a60c2.tar.gz PeerTube-6910f20f114b5bd020258a3a9a3f2117819a60c2.tar.zst PeerTube-6910f20f114b5bd020258a3a9a3f2117819a60c2.zip |
Introduce import command
Diffstat (limited to 'shared/extra-utils/videos/index.ts')
-rw-r--r-- | shared/extra-utils/videos/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/videos/index.ts b/shared/extra-utils/videos/index.ts index 74667fc06..372cf7a90 100644 --- a/shared/extra-utils/videos/index.ts +++ b/shared/extra-utils/videos/index.ts | |||
@@ -3,6 +3,7 @@ export * from './captions' | |||
3 | export * from './captions-command' | 3 | export * from './captions-command' |
4 | export * from './change-ownership-command' | 4 | export * from './change-ownership-command' |
5 | export * from './history-command' | 5 | export * from './history-command' |
6 | export * from './imports-command' | ||
6 | export * from './live-command' | 7 | export * from './live-command' |
7 | export * from './live' | 8 | export * from './live' |
8 | export * from './playlists-command' | 9 | export * from './playlists-command' |
@@ -10,6 +11,5 @@ export * from './playlists' | |||
10 | export * from './services-command' | 11 | export * from './services-command' |
11 | export * from './video-channels' | 12 | export * from './video-channels' |
12 | export * from './video-comments' | 13 | export * from './video-comments' |
13 | export * from './video-imports' | ||
14 | export * from './video-streaming-playlists' | 14 | export * from './video-streaming-playlists' |
15 | export * from './videos' | 15 | export * from './videos' |