From 0b21fa2afa783dc62fcbc48b544392922923dcda Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 29 Oct 2023 21:18:26 +0000 Subject: [PATCH] change lossless audio indicitor location --- html/poketube.ejs | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index cbd7bf9..775a5c6 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -974,15 +974,19 @@ display: block; !important;" autoplay controls title="Non-Translated title : <%=inv_vid.title%>" <% } %> > <%-k.Video.Title.replace(/\/channel\//g, "/channel?id=").replace(/https:\/\/youtube.com/g, ""); %> - <% if (inv_vid.genre === "Music") { %> - -
 Lossless
- <% } %> + + <% if (inv_vid.genre === "Music") { %> + +
 Lossless
+ <% } %> + <% if (inv_vid.genre !== "Music") { %> + Jump to Connections - + <% } %> +
@@ -2109,8 +2113,7 @@ a {
- <%=inv_vid.title%><% if (inv_vid.genre === "Music") { %>  Lossless - <% } %> + <%=inv_vid.title%> +
+
<%=inv_vid.title%>
-