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
1 changed files with 5 additions and 0 deletions

View File

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