Multi-token support
This commit is contained in:
@@ -38,6 +38,6 @@ func (t *TorrentManager) Delete(accessKey string, deleteInRD bool) {
|
||||
}
|
||||
|
||||
func (t *TorrentManager) DeleteByID(torrentID string) {
|
||||
t.api.DeleteTorrent(torrentID)
|
||||
t.rd.DeleteTorrent(torrentID)
|
||||
t.deleteInfoFile(torrentID)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user