mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
parent
5facdeb2ff
commit
b8c31ea895
1 changed files with 1 additions and 3 deletions
|
|
@ -223,9 +223,7 @@ namespace NzbDrone.Core.Download
|
||||||
}
|
}
|
||||||
catch (FormatException ex)
|
catch (FormatException ex)
|
||||||
{
|
{
|
||||||
_logger.Error(ex, "Failed to parse magnetlink for release '{0}': '{1}'", remoteAlbum.Release.Title, magnetUrl);
|
throw new ReleaseDownloadException(remoteAlbum.Release, "Failed to parse magnetlink for release '{0}': '{1}'", ex, remoteAlbum.Release.Title, magnetUrl);
|
||||||
|
|
||||||
return null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (hash != null)
|
if (hash != null)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue