mirror of https://github.com/iv-org/invidious.git
Fix speed param for playlist preferences
This commit is contained in:
parent
c87aa8671c
commit
81b447782a
|
@ -186,7 +186,7 @@ function get_playlist() {
|
|||
+ "&autoplay=1"
|
||||
<% end %>
|
||||
<% if params[:speed] %>
|
||||
+ "&speed=1"
|
||||
+ "&speed=<%= params[:speed] %>"
|
||||
<% end %>
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue