From baeb429d06d101f69c677fdb70c3da2eb9d3823d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 21 Oct 2019 13:31:58 +0200 Subject: Fix search with account video languages --- client/src/app/search/search.component.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'client/src/app/search/search.component.ts') 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' import { immutableAssign } from '@app/shared/misc/utils' import { Video } from '@app/shared/video/video.model' import { HooksService } from '@app/core/plugins/hooks.service' -import { PluginService } from '@app/core/plugins/plugin.service' @Component({ selector: 'my-search', @@ -44,8 +43,7 @@ export class SearchComponent implements OnInit, OnDestroy { private notifier: Notifier, private searchService: SearchService, private authService: AuthService, - private hooks: HooksService, - private pluginService: PluginService + private hooks: HooksService ) { } get user () { -- cgit v1.2.3