Correctly handle "torrent finished after move" event

PR #21596.
Closes #21576.
This commit is contained in:
Vladimir Golovnev
2024-10-14 11:51:30 +03:00
committed by GitHub
parent 966387859a
commit 8e941a06f1
2 changed files with 31 additions and 22 deletions

View File

@@ -598,6 +598,7 @@ namespace BitTorrent
void moveTorrentStorage(const MoveStorageJob &job) const;
void handleMoveTorrentStorageJobFinished(const Path &newPath);
void processPendingFinishedTorrents();
void loadCategories();
void storeCategories() const;