getMaxSimultanDownloadNum für FileFlyer und Zippyshare gesetzt

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@6072 ebf7c1c2-ba36-0410-9fe8-c592906822b4
This commit is contained in:
gamewalker 2009-06-09 19:06:28 +00:00
parent 250c2bc061
commit 4ed1d12bff
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ public class FileFlyerCom extends PluginForHost {
// @Override
public int getMaxSimultanFreeDownloadNum() {
return 1;
return this.getMaxSimultanDownloadNum();
}
// @Override

View File

@ -75,7 +75,7 @@ public class Zippysharecom extends PluginForHost {
// @Override
public int getMaxSimultanFreeDownloadNum() {
return 20;
return this.getMaxSimultanDownloadNum();
}
// @Override