• Add opts to `client.remove` and `torrent.destroy`

    Rowern committed Apr 14, 2017
    Add an optional `opts` to `client.remove` and `torrent.remove`,
    if this `opts` set `remove` to `true`, then we call `store.destroy`
    instead of `store.close`.