From a4eacd42ca407f9ad7ce659b930c71bfe09ff23e Mon Sep 17 00:00:00 2001 From: Ashley Date: Sat, 13 Aug 2022 21:36:41 +0200 Subject: [PATCH] yes --- html/main.ejs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html/main.ejs b/html/main.ejs index 3f11003..9c16f8c 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