diff --git a/html/main.ejs b/html/main.ejs index 3f110033..9c16f8cb 100644 --- a/html/main.ejs +++ b/html/main.ejs @@ -286,7 +286,7 @@ border-radius: 8px;
- <% k.Explore.Videos.ItemSection[3].Shelf.Items.Video.forEach(x => { %> + <% k.Explore.Videos.ItemSection[2].Shelf.Items.Video.forEach(x => { %>
<%- x.duration %>
@@ -302,7 +302,7 @@ border-radius: 8px;
- <% k.Explore.Videos.ItemSection[2].Shelf.Items.Video.forEach(x => { %> + <% k.Explore.Videos.ItemSection[1].Shelf.Items.Video.forEach(x => { %>
<%- x.duration %>
@@ -316,6 +316,6 @@ border-radius: 8px;
- + - + \ No newline at end of file