Add playlist redirect

pull/1940/head
syeopite 4 years ago
parent 10804927bb
commit d06cf2a07b
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82

@ -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>

Loading…
Cancel
Save