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

View File

@ -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 %>
); );
}); });