cancelled downloader state

This commit is contained in:
Zlatin Balevsky
2019-06-01 17:31:18 +01:00
parent 70078c309b
commit bd2368e23a

View File

@@ -13,7 +13,7 @@ import net.i2p.data.Destination
@Log
public class Downloader {
public enum DownloadState { CONNECTING, DOWNLOADING, FAILED, FINISHED }
public enum DownloadState { CONNECTING, DOWNLOADING, FAILED, CANCELLED, FINISHED }
private final File file
private final Pieces pieces