mirror of
https://github.com/mirror/jdownloader.git
synced 2025-03-04 10:29:47 +00:00
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:
parent
250c2bc061
commit
4ed1d12bff
@ -71,7 +71,7 @@ public class FileFlyerCom extends PluginForHost {
|
||||
|
||||
// @Override
|
||||
public int getMaxSimultanFreeDownloadNum() {
|
||||
return 1;
|
||||
return this.getMaxSimultanDownloadNum();
|
||||
}
|
||||
|
||||
// @Override
|
||||
|
@ -75,7 +75,7 @@ public class Zippysharecom extends PluginForHost {
|
||||
|
||||
// @Override
|
||||
public int getMaxSimultanFreeDownloadNum() {
|
||||
return 20;
|
||||
return this.getMaxSimultanDownloadNum();
|
||||
}
|
||||
|
||||
// @Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user