aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/search/search-command.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/extra-utils/search/search-command.ts')
-rw-r--r--shared/extra-utils/search/search-command.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/search/search-command.ts b/shared/extra-utils/search/search-command.ts
index 09f5d3f1d..0fbbcd6ef 100644
--- a/shared/extra-utils/search/search-command.ts
+++ b/shared/extra-utils/search/search-command.ts
@@ -1,4 +1,5 @@
1import { 1import {
2 HttpStatusCode,
2 ResultList, 3 ResultList,
3 Video, 4 Video,
4 VideoChannel, 5 VideoChannel,
@@ -7,7 +8,6 @@ import {
7 VideoPlaylistsSearchQuery, 8 VideoPlaylistsSearchQuery,
8 VideosSearchQuery 9 VideosSearchQuery
9} from '@shared/models' 10} from '@shared/models'
10import { HttpStatusCode } from '@shared/models'
11import { AbstractCommand, OverrideCommandOptions } from '../shared' 11import { AbstractCommand, OverrideCommandOptions } from '../shared'
12 12
13export class SearchCommand extends AbstractCommand { 13export class SearchCommand extends AbstractCommand {