diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-28 11:36:33 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-28 11:38:08 +0200 |
commit | a1eda903a497857017495f37a1fd3593ba7ab23c (patch) | |
tree | a109f34af8b18c087caf6d5a7264267550f0416d /client/src/app/+search | |
parent | 012580d98f489e599d44a9a2a0bdc892b9455a90 (diff) | |
download | PeerTube-a1eda903a497857017495f37a1fd3593ba7ab23c.tar.gz PeerTube-a1eda903a497857017495f37a1fd3593ba7ab23c.tar.zst PeerTube-a1eda903a497857017495f37a1fd3593ba7ab23c.zip |
Support '/w/' and '/w/p/' for watch page
And use them as default in client
Diffstat (limited to 'client/src/app/+search')
-rw-r--r-- | client/src/app/+search/video-lazy-load.resolver.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+search/video-lazy-load.resolver.ts b/client/src/app/+search/video-lazy-load.resolver.ts index d4fe6ed79..e43e0089b 100644 --- a/client/src/app/+search/video-lazy-load.resolver.ts +++ b/client/src/app/+search/video-lazy-load.resolver.ts | |||
@@ -28,7 +28,7 @@ export class VideoLazyLoadResolver implements Resolve<any> { | |||
28 | 28 | ||
29 | const video = result.data[0] | 29 | const video = result.data[0] |
30 | 30 | ||
31 | return this.router.navigateByUrl('/videos/watch/' + video.uuid) | 31 | return this.router.navigateByUrl('/w/' + video.uuid) |
32 | }) | 32 | }) |
33 | ) | 33 | ) |
34 | } | 34 | } |