mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-26 02:58:55 +01:00
Add hq audio
This commit is contained in:
parent
7f28546b7b
commit
8fc7810274
1 changed files with 7 additions and 1 deletions
|
@ -973,7 +973,13 @@ display: block; !important;" autoplay controls
|
|||
<% if (inv_vid?.title !== k.Video.Title) { %>
|
||||
title="Non-Translated title : <%=inv_vid.title%>"
|
||||
<% } %>
|
||||
> <%-k.Video.Title.replace(/\/channel\//g, "/channel?id=").replace(/https:\/\/youtube.com/g, ""); %> </div>
|
||||
> <%-k.Video.Title.replace(/\/channel\//g, "/channel?id=").replace(/https:\/\/youtube.com/g, ""); %>
|
||||
<% if (inv_vid.genre === "Music") { %>
|
||||
|
||||
<div style="display: flex;float: left;margin-left: 4em;font-size: 15px;font-family: ubuntu;"> <i title="hq audio" class="fa-light fa-waveform-lines"></i> Lossless </div>
|
||||
<% } %>
|
||||
|
||||
</div>
|
||||
|
||||
<a href="#connections" style="font-weight: bolder;font-family: sans-serif;color: var(--text-color);font-size: small;"> Jump to Connections </a>
|
||||
|
||||
|
|
Loading…
Reference in a new issue