aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/videos/index.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-07-08 10:23:21 +0200
committerChocobozzz <me@florianbigard.com>2021-07-20 15:27:17 +0200
commitd897210c2db1ca2acc1e7b28a13127647ab2222c (patch)
treed36bcc0d17f1ff3c787beb395175e7a20d36e449 /shared/extra-utils/videos/index.ts
parent4f2199144e428c16460750305f737b890c1ac322 (diff)
downloadPeerTube-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.ts2
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 @@
1export * from './live-command' 1export * from './live-command'
2export * from './live' 2export * from './live'
3export * from './services' 3export * from './services-command'
4export * from './video-blacklist' 4export * from './video-blacklist'
5export * from './video-captions' 5export * from './video-captions'
6export * from './video-change-ownership' 6export * from './video-change-ownership'