(trunk web) 'Start when added' checkbox when adding torrents. Patch from Grub (with fixes). Fixes #2295.

This commit is contained in:
Kevin Glowacz
2009-12-06 03:21:16 +00:00
parent a53de0d430
commit 7132dfda94
4 changed files with 17 additions and 3 deletions

View File

@@ -205,7 +205,7 @@ TransmissionRemote.prototype =
var o = {
method: 'torrent-add',
arguments: {
paused: (options.paused ? 'true' : 'false'),
paused: (options.paused),
filename: url
}
};