From 0e08a5e7492498a8c43c94277e6c3f311da8fa53 Mon Sep 17 00:00:00 2001 From: kontrollanten <6680299+kontrollanten@users.noreply.github.com> Date: Wed, 28 Dec 2022 20:59:02 +0100 Subject: feat(player/playbackRate): set rate with url param --- client/src/app/+videos/+video-watch/video-watch.component.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/app') diff --git a/client/src/app/+videos/+video-watch/video-watch.component.ts b/client/src/app/+videos/+video-watch/video-watch.component.ts index 94853423b..fa0417832 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.ts +++ b/client/src/app/+videos/+video-watch/video-watch.component.ts @@ -295,6 +295,7 @@ export class VideoWatchComponent implements OnInit, OnDestroy { subtitle: queryParams.subtitle, playerMode: queryParams.mode, + playbackRate: queryParams.playbackRate, peertubeLink: false } @@ -657,6 +658,7 @@ export class VideoWatchComponent implements OnInit, OnDestroy { muted: urlOptions.muted, loop: urlOptions.loop, subtitle: urlOptions.subtitle, + playbackRate: urlOptions.playbackRate, peertubeLink: urlOptions.peertubeLink, -- cgit v1.2.3