Skip to content

Commit 81b4477

Browse files
committed
Fix speed param for playlist preferences
1 parent c87aa86 commit 81b4477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/invidious/views/watch.ecr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function get_playlist() {
186186
+ "&autoplay=1"
187187
<% end %>
188188
<% if params[:speed] %>
189-
+ "&speed=1"
189+
+ "&speed=<%= params[:speed] %>"
190190
<% end %>
191191
);
192192
});

0 commit comments

Comments
 (0)