mirror of https://github.com/Radarr/Radarr
Log where the torrent request is being redirected to
This commit is contained in:
parent
4fd8fce4a5
commit
3055b90178
|
@ -102,6 +102,8 @@ namespace NzbDrone.Core.Download
|
|||
{
|
||||
var locationHeader = (string)response.Headers.GetValueOrDefault("Location", null);
|
||||
|
||||
_logger.Trace("Torrent request is being redirected to: {0}", locationHeader);
|
||||
|
||||
if (locationHeader != null)
|
||||
{
|
||||
if (locationHeader.StartsWith("magnet:"))
|
||||
|
|
Loading…
Reference in New Issue