mirror of https://github.com/iv-org/invidious.git
Add playlist redirect
This commit is contained in:
parent
10804927bb
commit
d06cf2a07b
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue