fix: bangumi watch progress

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-02 11:40:28 +08:00
parent 665f5cdeef
commit a5823e1e90

View File

@@ -238,7 +238,7 @@ class VideoHttp {
if (epid != null) {
data = PlayUrlModel.fromJson(res.data['result']['video_info'])
..lastPlayTime = res.data['result']['play_view_business_info']
['user_status']['watch_progress']['last_time'];
['user_status']['watch_progress']['current_watch_progress'];
} else {
data = PlayUrlModel.fromJson(res.data['data']);
}