mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 08:08:19 +08:00
tweaks (#1788)
* tweak * opt: show bar * opt: crc32 * opt: appsign * opt: Get * opt: compress only if large * opt: wbi * tweak Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me> --------- Signed-off-by: My-Responsitories <107370289+My-Responsitories@users.noreply.github.com> Co-authored-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
committed by
GitHub
parent
31e5692dff
commit
521ca3ad18
@@ -440,9 +440,9 @@ class DownloadService extends GetxService {
|
||||
}
|
||||
}
|
||||
|
||||
Future<void> _updateBiliDownloadEntryJson(BiliDownloadEntryInfo entry) async {
|
||||
Future<void> _updateBiliDownloadEntryJson(BiliDownloadEntryInfo entry) {
|
||||
final entryJsonFile = File(path.join(entry.entryDirPath, _entryFile));
|
||||
await entryJsonFile.writeAsString(jsonEncode(entry.toJson()));
|
||||
return entryJsonFile.writeAsString(jsonEncode(entry.toJson()));
|
||||
}
|
||||
|
||||
void _onReceive(int progress, int total) {
|
||||
|
||||
Reference in New Issue
Block a user