diff options
Diffstat (limited to 'client/src/app/search')
-rw-r--r-- | client/src/app/search/search-filters.component.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/search/search-filters.component.ts b/client/src/app/search/search-filters.component.ts index a40648eb4..f2f001e3f 100644 --- a/client/src/app/search/search-filters.component.ts +++ b/client/src/app/search/search-filters.component.ts | |||
@@ -18,8 +18,8 @@ export class SearchFiltersComponent implements OnInit { | |||
18 | 18 | ||
19 | @Output() filtered = new EventEmitter<AdvancedSearch>() | 19 | @Output() filtered = new EventEmitter<AdvancedSearch>() |
20 | 20 | ||
21 | videoCategories: VideoConstant<string>[] = [] | 21 | videoCategories: VideoConstant<number>[] = [] |
22 | videoLicences: VideoConstant<string>[] = [] | 22 | videoLicences: VideoConstant<number>[] = [] |
23 | videoLanguages: VideoConstant<string>[] = [] | 23 | videoLanguages: VideoConstant<string>[] = [] |
24 | 24 | ||
25 | publishedDateRanges: { id: string, label: string }[] = [] | 25 | publishedDateRanges: { id: string, label: string }[] = [] |