mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
url is now logged when feed parse fails.
This commit is contained in:
parent
2f20aeaec5
commit
59eb4e68ec
2 changed files with 9 additions and 9 deletions
|
@ -100,7 +100,7 @@ namespace NzbDrone.Core.Indexers
|
|||
{
|
||||
_logger.Trace("Downloading Feed " + url);
|
||||
var stream = _httpProvider.DownloadStream(url);
|
||||
result.AddRange(indexer.Parser.Process(stream));
|
||||
result.AddRange(indexer.Parser.Process(stream, url));
|
||||
}
|
||||
catch (WebException webException)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue