Fixed showing feed title in download log
This commit is contained in:
parent
fc68fe4b9c
commit
78a86347d4
|
@ -82,7 +82,7 @@ public class FeedParserTask implements Callable<FeedHandlerResult> {
|
|||
DownloadError.SUCCESS, successful, reasonDetailed);
|
||||
return result;
|
||||
} else {
|
||||
downloadStatus = new DownloadStatus(feed, feed.getHumanReadableIdentifier(),
|
||||
downloadStatus = new DownloadStatus(feed, request.getTitle(),
|
||||
reason, successful, reasonDetailed);
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue