mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-26 04:10:14 +08:00
tweak
This commit is contained in:
@@ -36,7 +36,7 @@ class BiliDownloadEntryInfo with MultiSelectData {
|
||||
|
||||
late String pageDirPath;
|
||||
late String entryDirPath;
|
||||
DownloadStatus? status;
|
||||
DownloadStatus status = .wait;
|
||||
|
||||
int get cid => source?.cid ?? pageData!.cid;
|
||||
|
||||
@@ -398,4 +398,6 @@ enum DownloadStatus {
|
||||
|
||||
final String message;
|
||||
const DownloadStatus(this.message);
|
||||
|
||||
bool get isDownloading => index <= 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user