Fixes
This commit is contained in:
@@ -35,7 +35,8 @@ func HandleDeleteFile(directory, torrentName, fileName string, t *torrent.Torren
|
||||
if t.CheckDeletedState(torrent) {
|
||||
t.Delete(torrentName, true, true)
|
||||
} else {
|
||||
t.UpdateTorrentResponseCache(torrent)
|
||||
updatedPaths := t.UpdateTorrentResponseCache(torrent)
|
||||
t.TriggerHookOnLibraryUpdate(updatedPaths)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user