mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Remove rogue . from transmission output directory
This commit is contained in:
@@ -120,7 +120,7 @@ namespace NzbDrone.Core.Download.Clients.Transmission
|
||||
|
||||
if (Settings.MusicCategory.IsNotNullOrWhiteSpace())
|
||||
{
|
||||
destDir = string.Format("{0}/.{1}", destDir, Settings.MusicCategory);
|
||||
destDir = string.Format("{0}/{1}", destDir, Settings.MusicCategory);
|
||||
}
|
||||
|
||||
return new DownloadClientInfo
|
||||
|
||||
Reference in New Issue
Block a user