mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Remove rogue . from transmission output directory
This commit is contained in:
parent
2b342bdd95
commit
5d1a5ee946
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ namespace NzbDrone.Core.Download.Clients.Transmission
|
||||||
|
|
||||||
if (Settings.MusicCategory.IsNotNullOrWhiteSpace())
|
if (Settings.MusicCategory.IsNotNullOrWhiteSpace())
|
||||||
{
|
{
|
||||||
destDir = string.Format("{0}/.{1}", destDir, Settings.MusicCategory);
|
destDir = string.Format("{0}/{1}", destDir, Settings.MusicCategory);
|
||||||
}
|
}
|
||||||
|
|
||||||
return new DownloadClientInfo
|
return new DownloadClientInfo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue