mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 07:55:22 +02:00
Ability to delete from Edit Series (link wasn't available before).
add .nzb to file when downloading, need to change to WebRequest/WebResponse to get the file so we can retrieve the actual file name... Use %NZBDRONE_PATH% to store NZB if path is not provided...
This commit is contained in:
@@ -177,7 +177,7 @@ namespace NzbDrone.Core.Providers
|
||||
|
||||
if (_diskProvider.FolderExists(path))
|
||||
{
|
||||
var filename = path + Path.DirectorySeparatorChar + nzb.TitleFix;
|
||||
var filename = path + Path.DirectorySeparatorChar + nzb.TitleFix + ".nzb";
|
||||
|
||||
if (_httpProvider.DownloadFile(nzb.Link.ToString(), filename))
|
||||
AddToHistory(episodeParseResults, series, nzb, indexer);
|
||||
|
Reference in New Issue
Block a user