mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
removed redundant else
This commit is contained in:
parent
3b087ba922
commit
cf77104a02
23 changed files with 145 additions and 232 deletions
|
@ -108,10 +108,7 @@ namespace NzbDrone.Core.Download
|
|||
{
|
||||
return DownloadFromMagnetUrl(remoteEpisode, locationHeader);
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new WebException("Remote website tried to redirect without providing a location.");
|
||||
}
|
||||
throw new WebException("Remote website tried to redirect without providing a location.");
|
||||
}
|
||||
|
||||
torrentFile = response.ResponseData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue