forked from midou/invidious
Fix speed param for playlist preferences
This commit is contained in:
parent
c87aa8671c
commit
81b447782a
@ -186,7 +186,7 @@ function get_playlist() {
|
|||||||
+ "&autoplay=1"
|
+ "&autoplay=1"
|
||||||
<% end %>
|
<% end %>
|
||||||
<% if params[:speed] %>
|
<% if params[:speed] %>
|
||||||
+ "&speed=1"
|
+ "&speed=<%= params[:speed] %>"
|
||||||
<% end %>
|
<% end %>
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user