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"
|
||||
<% end %>
|
||||
<% if params[:speed] %>
|
||||
+ "&speed=1"
|
||||
+ "&speed=<%= params[:speed] %>"
|
||||
<% end %>
|
||||
);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user