Hello,
I'm using this call from a desktop computer to the delete a torrent with the downloaded files on my Raspberry Pi2 with Openelec:
client.removeTorrent(new RemoveTorrentInfo(new NumberListIds(id),true));
This removes the torrent files, but nothing happens with the downloaded files. The second boolean parameter is for deleting the local data, but maybe I misunderstood that.
What am I doing wrong? Maybe this is an transmission rpc problem? Thanks in advance!