mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 02:08:23 +00:00
Add speed param to playlist redirect
This commit is contained in:
parent
e2c15468e0
commit
2dbe151ceb
@ -185,6 +185,9 @@ function get_playlist() {
|
||||
<% if params[:autoplay] %>
|
||||
+ "&autoplay=1"
|
||||
<% end %>
|
||||
<% if params[:speed] %>
|
||||
+ "&speed=1"
|
||||
<% end %>
|
||||
);
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user