mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-18 23:06:07 -05:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c43936ce81 |
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user