From 1fd61899eaea245a5844e33e21f04b2562f16e5e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 3 May 2021 11:06:19 +0200 Subject: Add ability to filter my videos by live --- client/src/app/shared/shared-search/advanced-search.model.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/src/app/shared/shared-search') diff --git a/client/src/app/shared/shared-search/advanced-search.model.ts b/client/src/app/shared/shared-search/advanced-search.model.ts index 30badc8fa..0e3924841 100644 --- a/client/src/app/shared/shared-search/advanced-search.model.ts +++ b/client/src/app/shared/shared-search/advanced-search.model.ts @@ -1,4 +1,4 @@ -import { NSFWQuery, SearchTargetType } from '@shared/models' +import { BooleanBothQuery, SearchTargetType } from '@shared/models' export class AdvancedSearch { startDate: string // ISO 8601 @@ -7,7 +7,7 @@ export class AdvancedSearch { originallyPublishedStartDate: string // ISO 8601 originallyPublishedEndDate: string // ISO 8601 - nsfw: NSFWQuery + nsfw: BooleanBothQuery categoryOneOf: string @@ -33,7 +33,7 @@ export class AdvancedSearch { endDate?: string originallyPublishedStartDate?: string originallyPublishedEndDate?: string - nsfw?: NSFWQuery + nsfw?: BooleanBothQuery categoryOneOf?: string licenceOneOf?: string languageOneOf?: string -- cgit v1.2.3