feat: get bangumi last play time

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-02 11:26:30 +08:00
parent 28c2323ef1
commit 665f5cdeef
5 changed files with 44 additions and 13 deletions

View File

@@ -1078,7 +1078,12 @@ class VideoDetailController extends GetxController
defaultValue: AudioQuality.k192.code);
});
}
var result = await VideoHttp.videoUrl(cid: cid.value, bvid: bvid);
var result = await VideoHttp.videoUrl(
cid: cid.value,
bvid: bvid,
epid: epId,
seasonId: seasonId,
);
if (result['status']) {
data = result['data'];
if (enableSponsorBlock) {