git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49872 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: 08618202de788b734dc44089a0b17421ed5a8fdf
This commit is contained in:
jiaz 2024-09-26 13:07:42 +00:00
parent de7c3434b4
commit 04785f13d6

View File

@ -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) {