diff --git a/html/channel.ejs b/html/channel.ejs index e13729bf..f77c9d10 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -1457,7 +1457,7 @@ function authorVerifiedChecker4000() { <% tj.videos.forEach (x => { %> - <%- turntomins(x.lengthSeconds) %> + <%- turntomins(x.lengthSeconds) %> <%- x.title %> @@ -1550,7 +1550,7 @@ function authorVerifiedChecker4000() { width: 100%; aspect-ratio: 9/16; object-fit: cover; - border-radius: 10px; + border-radius: 9.5px; } .shorts-video { display: block; @@ -1616,7 +1616,7 @@ function authorVerifiedChecker4000() { <% stream.videos.forEach (x => { %> - <%- turntomins(x.lengthSeconds) %> + <%- turntomins(x.lengthSeconds) %> <%- x.title %> @@ -1656,7 +1656,7 @@ function authorVerifiedChecker4000() { <% released.playlists.forEach (x => { %> - <%- x.videoCount %> Videos + <%- x.videoCount %> Videos <%- x.title %> @@ -1690,7 +1690,7 @@ function authorVerifiedChecker4000() { <% playlist.playlists.forEach (x => { %> - <%- x.videoCount %> Videos + <%- x.videoCount %> Videos <%- x.title %>