_logger.Warn("Torrent '{0}' has an empty download path and will not be processed. Adjust this to an absolute path in rTorrent",torrent.Name);
continue;
continue;
}
}
if(torrent.Path.StartsWith("."))
if(torrent.Path.StartsWith("."))
{
{
thrownewDownloadClientException("Download paths must be absolute. Please specify variable \"directory\" in rTorrent.");
_logger.Warn("Torrent '{0}' has a download path starting with '.' and will not be processed. Adjust this to an absolute path in rTorrent",torrent.Name);