From a5823e1e90cdd75b1f51346638a3e2f36f985156 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Thu, 2 Jan 2025 11:40:28 +0800 Subject: [PATCH] fix: bangumi watch progress Signed-off-by: bggRGjQaUbCoE --- lib/http/video.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/http/video.dart b/lib/http/video.dart index f1aeff8d..f4801d91 100644 --- a/lib/http/video.dart +++ b/lib/http/video.dart @@ -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']); }