diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-06 15:22:51 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-20 15:27:17 +0200 |
commit | af971e06c620bd46a5aa64c8833364e7022b5e3d (patch) | |
tree | 4288b66b79fe4dd1ab9496e85a3abf7d747ad03a /shared/extra-utils/index.ts | |
parent | 23a3a8827cb8b862f5cc7ee2819f39918303beca (diff) | |
download | PeerTube-af971e06c620bd46a5aa64c8833364e7022b5e3d.tar.gz PeerTube-af971e06c620bd46a5aa64c8833364e7022b5e3d.tar.zst PeerTube-af971e06c620bd46a5aa64c8833364e7022b5e3d.zip |
Introduce search command
Diffstat (limited to 'shared/extra-utils/index.ts')
-rw-r--r-- | shared/extra-utils/index.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shared/extra-utils/index.ts b/shared/extra-utils/index.ts index 38c8c4c1c..067e6fb65 100644 --- a/shared/extra-utils/index.ts +++ b/shared/extra-utils/index.ts | |||
@@ -11,9 +11,7 @@ export * from './overviews' | |||
11 | export * from './requests/check-api-params' | 11 | export * from './requests/check-api-params' |
12 | export * from './requests/requests' | 12 | export * from './requests/requests' |
13 | 13 | ||
14 | export * from './search/video-channels' | 14 | export * from './search' |
15 | export * from './search/video-playlists' | ||
16 | export * from './search/videos' | ||
17 | 15 | ||
18 | export * from './server/activitypub' | 16 | export * from './server/activitypub' |
19 | export * from './server/clients' | 17 | export * from './server/clients' |