aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+search/search.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+search/search.component.ts')
-rw-r--r--client/src/app/+search/search.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+search/search.component.ts b/client/src/app/+search/search.component.ts
index ecede19a3..8a781cbe4 100644
--- a/client/src/app/+search/search.component.ts
+++ b/client/src/app/+search/search.component.ts
@@ -214,7 +214,7 @@ export class SearchComponent implements OnInit, OnDestroy {
214 const linkType = this.getVideoLinkType() 214 const linkType = this.getVideoLinkType()
215 215
216 if (linkType === 'internal') { 216 if (linkType === 'internal') {
217 return [ '/video-channels', channel.nameWithHost ] 217 return [ '/c', channel.nameWithHost ]
218 } 218 }
219 219
220 if (linkType === 'lazy-load') { 220 if (linkType === 'lazy-load') {