From ddba2d7d4fbcd7dbb2bd2c1e26bc76f1d6da6922 Mon Sep 17 00:00:00 2001 From: yaobiao <1315508912@qq.com> Date: Sun, 17 Dec 2023 18:35:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=90=88=E9=9B=86?= =?UTF-8?q?=E5=B0=81=E9=9D=A2=E9=94=99=E8=AF=AF=20#964?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/DownKyi/Services/VideoInfoService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DownKyi/Services/VideoInfoService.cs b/src/DownKyi/Services/VideoInfoService.cs index ed9738b..2f9ce60 100644 --- a/src/DownKyi/Services/VideoInfoService.cs +++ b/src/DownKyi/Services/VideoInfoService.cs @@ -151,7 +151,7 @@ namespace DownKyi.Services Bvid = episode.Bvid, Cid = episode.Cid, EpisodeId = -1, - FirstFrame = episode.Page.FirstFrame, + FirstFrame = episode.Arc.Pic, Order = order, Name = episode.Title, Duration = "N/A"