Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-01-11 11:07:11 +08:00
parent 00da3c4a0e
commit 09bd1edeb3
6 changed files with 28 additions and 15 deletions

View File

@@ -36,7 +36,7 @@ class BiliDownloadEntryInfo with MultiSelectData {
late String pageDirPath;
late String entryDirPath;
DownloadStatus status = .wait;
late DownloadStatus status = .wait;
int get cid => source?.cid ?? pageData!.cid;