mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +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) {
|
||||
conn.disconnect();
|
||||
System.out.println("Skipped Download for: " + fileDest.getPath());
|
||||
update(++iCard, fileDest);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user