mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Fix speed param for playlist preferences
This commit is contained in:
parent
c87aa8671c
commit
81b447782a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue