Skip to content

Commit

Permalink
Merge branch 'vget-1.0.30'
Browse files Browse the repository at this point in the history
  • Loading branch information
axet committed Dec 2, 2012
2 parents 7fa2a3c + 560ba90 commit 7ca1916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.axet</groupId>
<artifactId>vget</artifactId>
<packaging>jar</packaging>
<version>1.0.29</version>
<version>1.0.30</version>
<name>vget</name>
<description>vget java video download library</description>
<url>https://github.com/axet/vget</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/axet/vget/VGet.java
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7ca1916

Please sign in to comment.