aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-07-13 11:36:01 +0200
committerChocobozzz <me@florianbigard.com>2022-07-13 11:36:01 +0200
commite45dd87b93c621c606415f9e8d0d381de6d7a2d7 (patch)
tree2f4cd960d6be6c1f6578a542de19613e969af5dd /client/src/app/shared
parent14b3e8f4457b2e2aad52044b4c373f5b8fb06568 (diff)
downloadPeerTube-e45dd87b93c621c606415f9e8d0d381de6d7a2d7.tar.gz
PeerTube-e45dd87b93c621c606415f9e8d0d381de6d7a2d7.tar.zst
PeerTube-e45dd87b93c621c606415f9e8d0d381de6d7a2d7.zip
Fix host advanced filter with channels
Diffstat (limited to 'client/src/app/shared')
-rw-r--r--client/src/app/shared/shared-search/advanced-search.model.ts1
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}