Add triggers again

This commit is contained in:
Ben Sarmiento
2023-12-06 04:17:38 +01:00
parent dd2a9d23f1
commit d42dfd7224
2 changed files with 11 additions and 3 deletions

View File

@@ -35,7 +35,5 @@ func HandleDeleteFile(directory, torrentName, fileName string, torMgr *torrent.T
if torMgr.CheckDeletedState(torrent) {
torMgr.Delete(torrentName, true)
}
// todo: triggeer an update ???
// t.TriggerHookOnLibraryUpdate(updatedPaths)
return nil
}