1
Fork 0

Update html/playlist.ejs

This commit is contained in:
ashley 2024-05-24 14:54:09 +00:00
parent 2658ca8fdf
commit 463cad66e6

View file

@ -246,7 +246,7 @@ font-family:Ubuntu
<%- x.title %>
</a>
<div>
<a href="/channel?id=<%- x.authorId %>" style="border-radius:0em"><%- x.author %></a>
<a href="/channel?id=<%- x.authorId %>" style="border-radius:0em"><%- x.author %></a><br>
<a href="/download?id=<%- x.videoId %>" style="border-radius:0em"> Download </a>
</div>
</div>