1
Fork 0

Update poketube-mobile.ejs

This commit is contained in:
Ashley 2022-07-26 15:26:07 +03:00 committed by GitHub
parent aee7df7204
commit 65bf0f4f5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -200,10 +200,12 @@ summary:hover{
<i class="fa-light fa-download"></i>
Download
</a>
<% if (lyrics && !r) { %>
<a style="color:#fff" href="https://youtube.com/watch?v=<%=video.id%>">
<i class="fa-light fa-share"></i>
Open In YouTube
</a>
<% if (lyrics && !r) { %>
<% if (optout) { %>
<a href="/mobile?v=<%=video.id%>&r=f" style="color:#fff">
<i class="fa-light fa-music"></i>
@ -375,3 +377,4 @@ summary:hover{
</body>
</html>
</body>