Fix speed param for playlist preferences

This commit is contained in:
Omar Roth 2018-10-10 19:55:28 -05:00
parent c87aa8671c
commit 81b447782a
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ function get_playlist() {
+ "&autoplay=1"
<% end %>
<% if params[:speed] %>
+ "&speed=1"
+ "&speed=<%= params[:speed] %>"
<% end %>
);
});