mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-06 02:34:12 +00:00
Fix speed param for playlist preferences
This commit is contained in:
@@ -186,7 +186,7 @@ function get_playlist() {
|
||||
+ "&autoplay=1"
|
||||
<% end %>
|
||||
<% if params[:speed] %>
|
||||
+ "&speed=1"
|
||||
+ "&speed=<%= params[:speed] %>"
|
||||
<% end %>
|
||||
);
|
||||
});
|
||||
|
Reference in New Issue
Block a user