diff options
author | Chocobozzz <me@florianbigard.com> | 2022-07-13 11:36:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-07-13 11:36:01 +0200 |
commit | e45dd87b93c621c606415f9e8d0d381de6d7a2d7 (patch) | |
tree | 2f4cd960d6be6c1f6578a542de19613e969af5dd | |
parent | 14b3e8f4457b2e2aad52044b4c373f5b8fb06568 (diff) | |
download | PeerTube-e45dd87b93c621c606415f9e8d0d381de6d7a2d7.tar.gz PeerTube-e45dd87b93c621c606415f9e8d0d381de6d7a2d7.tar.zst PeerTube-e45dd87b93c621c606415f9e8d0d381de6d7a2d7.zip |
Fix host advanced filter with channels
-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 | } |