Another small fix to the partial data downloading
This commit is contained in:
@@ -254,6 +254,7 @@ class DataDownloader extends Thread
|
|||||||
return true;
|
return true;
|
||||||
} catch ( IOException e ) {
|
} catch ( IOException e ) {
|
||||||
forceOverwrite = true;
|
forceOverwrite = true;
|
||||||
|
new File(path).delete();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
checkFile = null;
|
checkFile = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user