diff options
-rw-r--r-- | client/src/app/shared/shared-search/advanced-search.model.ts | 1 |
1 files changed, 0 insertions, 1 deletions
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 1375820da..ea9baa27f 100644 --- a/client/src/app/shared/shared-search/advanced-search.model.ts +++ b/client/src/app/shared/shared-search/advanced-search.model.ts | |||
@@ -221,7 +221,6 @@ export class AdvancedSearch { | |||
221 | this.tagsAllOf !== undefined || | 221 | this.tagsAllOf !== undefined || |
222 | this.durationMin !== undefined || | 222 | this.durationMin !== undefined || |
223 | this.durationMax !== undefined || | 223 | this.durationMax !== undefined || |
224 | this.host !== undefined || | ||
225 | this.isLive !== undefined | 224 | this.isLive !== undefined |
226 | } | 225 | } |
227 | } | 226 | } |