diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-08 10:23:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-20 15:27:17 +0200 |
commit | d897210c2db1ca2acc1e7b28a13127647ab2222c (patch) | |
tree | d36bcc0d17f1ff3c787beb395175e7a20d36e449 /shared/extra-utils/videos/index.ts | |
parent | 4f2199144e428c16460750305f737b890c1ac322 (diff) | |
download | PeerTube-d897210c2db1ca2acc1e7b28a13127647ab2222c.tar.gz PeerTube-d897210c2db1ca2acc1e7b28a13127647ab2222c.tar.zst PeerTube-d897210c2db1ca2acc1e7b28a13127647ab2222c.zip |
Introduce services 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 c9c884285..fe5dc6655 100644 --- a/shared/extra-utils/videos/index.ts +++ b/shared/extra-utils/videos/index.ts | |||
@@ -1,6 +1,6 @@ | |||
1 | export * from './live-command' | 1 | export * from './live-command' |
2 | export * from './live' | 2 | export * from './live' |
3 | export * from './services' | 3 | export * from './services-command' |
4 | export * from './video-blacklist' | 4 | export * from './video-blacklist' |
5 | export * from './video-captions' | 5 | export * from './video-captions' |
6 | export * from './video-change-ownership' | 6 | export * from './video-change-ownership' |