diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch-playlist.component.ts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch-playlist.component.ts b/client/src/app/videos/+video-watch/video-watch-playlist.component.ts index 6e8d58cd8..524055ce2 100644 --- a/client/src/app/videos/+video-watch/video-watch-playlist.component.ts +++ b/client/src/app/videos/+video-watch/video-watch-playlist.component.ts | |||
@@ -80,7 +80,11 @@ export class VideoWatchPlaylistComponent { | |||
80 | 80 | ||
81 | if (redirectToFirst) { | 81 | if (redirectToFirst) { |
82 | const extras = { | 82 | const extras = { |
83 | queryParams: { videoId: firstAvailableVideos.video.uuid }, | 83 | queryParams: { |
84 | start: firstAvailableVideos.startTimestamp, | ||
85 | stop: firstAvailableVideos.stopTimestamp, | ||
86 | videoId: firstAvailableVideos.video.uuid | ||
87 | }, | ||
84 | replaceUrl: true | 88 | replaceUrl: true |
85 | } | 89 | } |
86 | this.router.navigate([], extras) | 90 | this.router.navigate([], extras) |