mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-12 08:56:22 +01:00
Merge pull request #3921 from ByteHamster/fix-showing-title-in-log
Fixed showing feed title in download log
This commit is contained in:
commit
b6a20a10c7
@ -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
Block a user