Add playlist redirect

This commit is contained in:
syeopite 2021-03-28 23:48:45 -07:00
parent 10804927bb
commit d06cf2a07b
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82

View file

@ -36,6 +36,11 @@
<a href="https://www.youtube.com/playlist?list=<%= playlist.id %>"> <a href="https://www.youtube.com/playlist?list=<%= playlist.id %>">
<%= translate(locale, "View playlist on YouTube") %> <%= translate(locale, "View playlist on YouTube") %>
</a> </a>
<span> | </span>
<a href="/redirect?referer=<%= env.get?("current_page") %>">
<%= translate(locale, "Switch Invidious Instance") %>
</a>
</div> </div>
<% end %> <% end %>
</div> </div>