|
|
@ -211,7 +211,7 @@ namespace NzbDrone.Core.Download.Clients.Transmission
|
|
|
|
|
|
|
|
|
|
|
|
protected virtual OsPath GetOutputPath(OsPath outputPath, TransmissionTorrent torrent)
|
|
|
|
protected virtual OsPath GetOutputPath(OsPath outputPath, TransmissionTorrent torrent)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return outputPath + torrent.Name;
|
|
|
|
return outputPath + torrent.Name.Replace(":", "_");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
protected string GetDownloadDirectory()
|
|
|
|
protected string GetDownloadDirectory()
|
|
|
|