mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: get bangumi last play time
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user