mirror of
https://github.com/mirror/jdownloader.git
synced 2024-11-23 12:09:43 +00:00
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49872 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: 08618202de788b734dc44089a0b17421ed5a8fdf
This commit is contained in:
parent
de7c3434b4
commit
04785f13d6
@ -318,7 +318,6 @@ public class UseNet extends antiDDoSForHost {
|
||||
|
||||
protected void handleMultiHost(DownloadLink downloadLink, Account account, UsenetFile usenetFile, String username, String password, UsenetServer server) throws Exception {
|
||||
if (usenetFile == null) {
|
||||
logger.severe("UsenetFile is missing!");
|
||||
setIncomplete(downloadLink, true);
|
||||
throw new PluginException(LinkStatus.ERROR_FILE_NOT_FOUND);
|
||||
} else if (server == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user