mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 12:57:24 +00:00
fix download
This commit is contained in:
@@ -267,7 +267,7 @@ class DownloadManager {
|
|||||||
_currentBytes += bytes;
|
_currentBytes += bytes;
|
||||||
}
|
}
|
||||||
|
|
||||||
int get maxConcurrentTasks => appdata.settings["maxDownloadParallels"];
|
int get maxConcurrentTasks => appdata.settings["maxParallels"];
|
||||||
|
|
||||||
void run() {
|
void run() {
|
||||||
_loop ??= Timer.periodic(const Duration(seconds: 1), (timer) {
|
_loop ??= Timer.periodic(const Duration(seconds: 1), (timer) {
|
||||||
|
Reference in New Issue
Block a user