opt find pgc episode

tweak

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-10 15:43:31 +08:00
parent 8fbc8fda3d
commit 745a510ffa
7 changed files with 56 additions and 44 deletions

View File

@@ -174,7 +174,6 @@ class PiliScheme {
cid: int.parse(cid),
progress: progress == null ? null : int.parse(progress),
off: off,
preventDuplicates: false,
);
} else {
videoPush(
@@ -906,7 +905,6 @@ class PiliScheme {
cid: cid,
progress: progress == null ? null : int.parse(progress),
off: off,
preventDuplicates: false,
);
}
} catch (e) {