diff --git a/html/main.ejs b/html/main.ejs index 750bdee3..4ebea9a5 100644 --- a/html/main.ejs +++ b/html/main.ejs @@ -370,11 +370,11 @@ background-size: cover;
-
Trending
+
Discover Trends
<% if (!isMobile) { %>

- See the trending videos shorts and music videos on poketube! (or dont) + See the trending videos, gaming stuff and music videos on poketube! (or dont)

<% } %> @@ -388,54 +388,77 @@ background-size: cover;
Videos - TikToks - + + Music + Gaming + Movies +
<% } %> - <% if (tab) { %> + <% if (tab === "music") { %>
- Videos - TikToks - + + Videos + + Music + Gaming + Movies + + + +
+ <% } %> + <% if (tab === "gaming") { %> + +
+ + + Videos + + Music + Gaming + Movies + + + +
+ <% } %> + + <% if (tab === "movies") { %> + +
+ + + Videos + Music + Gaming + Movies + +
<% } %>
- <% if (!tab) { %> - +
- <% k.Explore.Videos.ItemSection[2].Shelf.Items.Video.forEach(x => { %> - -
<%- x.duration %>
+ <% inv.forEach(x => { %> +
+
<%- turntomins(x.lengthSeconds) %>
- <%- x.Title %> + <%- x.title %>
<% }) %>
- <% } %> - <% if (tab) { %> - -
- <% k.Explore.Videos.ItemSection[1].Shelf.Items.Video.forEach(x => { %> - -
PT <%- x.duration %>
-
- <%- x.Title %> -
-
- - - <% }) %> +
- <% } %> - +