correct Path with category

This commit is contained in:
YvesPa 2024-10-15 21:48:48 +02:00
parent d15b1a2c01
commit c562e75a97

View file

@ -59,7 +59,7 @@ public class DownloadStationDownloader : IDownloader
}
else
{
remotePath = Path.Combine(downloadPath, category, downloadPath).Replace('\\', '/');
remotePath = Path.Combine(rootPath, category, downloadPath).Replace('\\', '/');
}
}