correct Path with category
This commit is contained in:
parent
d15b1a2c01
commit
c562e75a97
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ public class DownloadStationDownloader : IDownloader
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
remotePath = Path.Combine(downloadPath, category, downloadPath).Replace('\\', '/');
|
remotePath = Path.Combine(rootPath, category, downloadPath).Replace('\\', '/');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue