Compare commits

...

1 Commits

Author SHA1 Message Date
Flaminel
c43936ce81 Remove testing download path (#436) 2026-02-13 11:52:53 +02:00

View File

@@ -120,8 +120,6 @@ public partial class QBitService
}
string filePath = string.Join(Path.DirectorySeparatorChar, Path.Combine(torrent.Info.SavePath, file.Name).Split(['\\', '/']));
filePath = filePath.Replace("/downloads",
"/Users/marius/workspace/projects/cleanuparr-test/data/qbittorrent/downloads");
if (file.Priority is TorrentContentPriority.Skip)
{