diff --git a/pom.xml b/pom.xml
index 417389f..f3ca396 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.github.axet
vget
jar
- 1.0.29
+ 1.0.30
vget
vget java video download library
https://github.com/axet/vget
diff --git a/src/main/java/com/github/axet/vget/VGet.java b/src/main/java/com/github/axet/vget/VGet.java
index c6818d3..9e4826d 100644
--- a/src/main/java/com/github/axet/vget/VGet.java
+++ b/src/main/java/com/github/axet/vget/VGet.java
@@ -285,8 +285,8 @@ public void run() {
if (!retry(ee.getException())) {
throw e;
}
- retry(stop, notify, e);
}
+ retry(stop, notify, e);
} catch (DownloadIOCodeError e) {
if (retry(e))
retry(stop, notify, e);