diff --git a/src/transmission.ts b/src/transmission.ts index d4d55c5..953ce8f 100644 --- a/src/transmission.ts +++ b/src/transmission.ts @@ -148,8 +148,9 @@ export class Transmission implements TorrentClient { /** * Removing a Torrent + * @param removeData (default: false) If true, remove the downloaded data. */ - async removeTorrent(id: NormalizedTorrentIds, removeData = true): Promise { + async removeTorrent(id: NormalizedTorrentIds, removeData = false): Promise { const ids = this._handleNormalizedIds(id); const res = await this.request('torrent-remove', { ids,