From 2dbe151ceb3a7f119df6cfe8ef831e5d78af7211 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Tue, 9 Oct 2018 08:08:52 -0500 Subject: [PATCH] Add speed param to playlist redirect --- src/invidious/views/watch.ecr | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/invidious/views/watch.ecr b/src/invidious/views/watch.ecr index 7df3794b..4a4c2543 100644 --- a/src/invidious/views/watch.ecr +++ b/src/invidious/views/watch.ecr @@ -185,6 +185,9 @@ function get_playlist() { <% if params[:autoplay] %> + "&autoplay=1" <% end %> + <% if params[:speed] %> + + "&speed=1" + <% end %> ); }); }