diff options
Diffstat (limited to 'client/src/app/search/search.component.ts')
-rw-r--r-- | client/src/app/search/search.component.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/src/app/search/search.component.ts b/client/src/app/search/search.component.ts index 5c4bb9379..202b97ab3 100644 --- a/client/src/app/search/search.component.ts +++ b/client/src/app/search/search.component.ts | |||
@@ -11,7 +11,6 @@ import { VideoChannel } from '@app/shared/video-channel/video-channel.model' | |||
11 | import { immutableAssign } from '@app/shared/misc/utils' | 11 | import { immutableAssign } from '@app/shared/misc/utils' |
12 | import { Video } from '@app/shared/video/video.model' | 12 | import { Video } from '@app/shared/video/video.model' |
13 | import { HooksService } from '@app/core/plugins/hooks.service' | 13 | import { HooksService } from '@app/core/plugins/hooks.service' |
14 | import { PluginService } from '@app/core/plugins/plugin.service' | ||
15 | 14 | ||
16 | @Component({ | 15 | @Component({ |
17 | selector: 'my-search', | 16 | selector: 'my-search', |
@@ -44,8 +43,7 @@ export class SearchComponent implements OnInit, OnDestroy { | |||
44 | private notifier: Notifier, | 43 | private notifier: Notifier, |
45 | private searchService: SearchService, | 44 | private searchService: SearchService, |
46 | private authService: AuthService, | 45 | private authService: AuthService, |
47 | private hooks: HooksService, | 46 | private hooks: HooksService |
48 | private pluginService: PluginService | ||
49 | ) { } | 47 | ) { } |
50 | 48 | ||
51 | get user () { | 49 | get user () { |