mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-26 21:40:11 +08:00
fix: resume history from the recording account progress (#2458)
This commit is contained in:
@@ -624,6 +624,7 @@ abstract final class PageUtils {
|
||||
seasonId: isSeason ? id : null,
|
||||
epId: isSeason ? null : id,
|
||||
aid: aid,
|
||||
progress: progress,
|
||||
off: off,
|
||||
);
|
||||
}
|
||||
@@ -752,6 +753,7 @@ abstract final class PageUtils {
|
||||
dynamic seasonId,
|
||||
dynamic epId,
|
||||
int? aid,
|
||||
int? progress, // milliseconds
|
||||
bool off = false,
|
||||
}) async {
|
||||
try {
|
||||
@@ -777,6 +779,7 @@ abstract final class PageUtils {
|
||||
seasonId: response.seasonId,
|
||||
epId: episode.id,
|
||||
cover: episode.cover,
|
||||
progress: progress,
|
||||
extraArguments: {
|
||||
'pgcItem': response,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user