mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-28 18:55:20 +00: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