diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-08 10:18:40 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-20 15:27:17 +0200 |
commit | 4f2199144e428c16460750305f737b890c1ac322 (patch) | |
tree | a19c5c0f254ab0b32d6c8838af33a1ba260e4877 /shared/extra-utils/videos/index.ts | |
parent | 2c27e70471120c92e0bc8c8114141fbb31ff98ac (diff) | |
download | PeerTube-4f2199144e428c16460750305f737b890c1ac322.tar.gz PeerTube-4f2199144e428c16460750305f737b890c1ac322.tar.zst PeerTube-4f2199144e428c16460750305f737b890c1ac322.zip |
Introduce live command
Diffstat (limited to 'shared/extra-utils/videos/index.ts')
-rw-r--r-- | shared/extra-utils/videos/index.ts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shared/extra-utils/videos/index.ts b/shared/extra-utils/videos/index.ts new file mode 100644 index 000000000..c9c884285 --- /dev/null +++ b/shared/extra-utils/videos/index.ts | |||
@@ -0,0 +1,13 @@ | |||
1 | export * from './live-command' | ||
2 | export * from './live' | ||
3 | export * from './services' | ||
4 | export * from './video-blacklist' | ||
5 | export * from './video-captions' | ||
6 | export * from './video-change-ownership' | ||
7 | export * from './video-channels' | ||
8 | export * from './video-comments' | ||
9 | export * from './video-history' | ||
10 | export * from './video-imports' | ||
11 | export * from './video-playlists' | ||
12 | export * from './video-streaming-playlists' | ||
13 | export * from './videos' | ||