mirror of
https://github.com/mirror/jdownloader.git
synced 2025-03-04 18:38:24 +00:00
downloadcontroller, wartezeit fixed
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@5922 ebf7c1c2-ba36-0410-9fe8-c592906822b4
This commit is contained in:
parent
0784b93910
commit
2c89b288c1
@ -507,7 +507,7 @@ public class DownloadWatchDog implements ControlListener, DownloadControllerList
|
||||
if (!reachedStopMark()) ret = setDownloadActive();
|
||||
}
|
||||
if (ret == 0) {
|
||||
if (!hasInProgressLinks || !hasTempDisabledLinks && !hasInProgressLinks && !hasWaittimeLinks && getNextDownloadLink() == null && activeDownloads == 0) {
|
||||
if (!hasTempDisabledLinks && !hasInProgressLinks && !hasWaittimeLinks && getNextDownloadLink() == null && activeDownloads == 0) {
|
||||
/*
|
||||
* nur runterzählen falls auch erlaubt war
|
||||
* nen download zu starten
|
||||
|
Loading…
x
Reference in New Issue
Block a user