Skip to content

Commit

Permalink
Fix previous page for add_playlist_items
Browse files Browse the repository at this point in the history
  • Loading branch information
omarroth committed Aug 15, 2019
1 parent 2671242 commit 20cfebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invidious/views/add_playlist_items.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var playlist_data = {
<div class="pure-g h-box">
<div class="pure-u-1 pure-u-lg-1-5">
<% if page > 1 %>
<a href="/search?q=<%= HTML.escape(query.not_nil!) %>&page=<%= page - 1 %>">
<a href="/add_playlist_items?list=<%= plid %>&q=<%= HTML.escape(query.not_nil!) %>&page=<%= page - 1 %>">
<%= translate(locale, "Previous page") %>
</a>
<% end %>
Expand Down

0 comments on commit 20cfebb

Please sign in to comment.