diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-08 15:54:39 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-20 15:27:18 +0200 |
commit | e6346d59e63135cf012ed18c102d3b0179ef565f (patch) | |
tree | e65259adb50daa6376c9878abeef051d99191328 /shared/extra-utils/videos/index.ts | |
parent | 72cbfc5695ec5ebdb9721d3648218f63feeaeac5 (diff) | |
download | PeerTube-e6346d59e63135cf012ed18c102d3b0179ef565f.tar.gz PeerTube-e6346d59e63135cf012ed18c102d3b0179ef565f.tar.zst PeerTube-e6346d59e63135cf012ed18c102d3b0179ef565f.zip |
Introduce playlist command
Diffstat (limited to 'shared/extra-utils/videos/index.ts')
-rw-r--r-- | shared/extra-utils/videos/index.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/extra-utils/videos/index.ts b/shared/extra-utils/videos/index.ts index 815c7f944..1f6241d7e 100644 --- a/shared/extra-utils/videos/index.ts +++ b/shared/extra-utils/videos/index.ts | |||
@@ -4,11 +4,12 @@ export * from './captions-command' | |||
4 | export * from './change-ownership-command' | 4 | export * from './change-ownership-command' |
5 | export * from './live-command' | 5 | export * from './live-command' |
6 | export * from './live' | 6 | export * from './live' |
7 | export * from './playlists-command' | ||
8 | export * from './playlists' | ||
7 | export * from './services-command' | 9 | export * from './services-command' |
8 | export * from './video-channels' | 10 | export * from './video-channels' |
9 | export * from './video-comments' | 11 | export * from './video-comments' |
10 | export * from './video-history' | 12 | export * from './video-history' |
11 | export * from './video-imports' | 13 | export * from './video-imports' |
12 | export * from './video-playlists' | ||
13 | export * from './video-streaming-playlists' | 14 | export * from './video-streaming-playlists' |
14 | export * from './videos' | 15 | export * from './videos' |