mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
ensure guidownloader progress bar gets updated for skipped downloads
This commit is contained in:
@@ -314,6 +314,7 @@ public abstract class GuiDownloader extends DefaultBoundedRangeModel implements
|
|||||||
if (conn.getResponseCode() != 200) {
|
if (conn.getResponseCode() != 200) {
|
||||||
conn.disconnect();
|
conn.disconnect();
|
||||||
System.out.println("Skipped Download for: " + fileDest.getPath());
|
System.out.println("Skipped Download for: " + fileDest.getPath());
|
||||||
|
update(++iCard, fileDest);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user