mirror of
https://github.com/transmission/transmission.git
synced 2026-04-19 08:20:22 +01:00
(trunk web) 'Start when added' checkbox when adding torrents. Patch from Grub (with fixes). Fixes #2295.
This commit is contained in:
@@ -205,7 +205,7 @@ TransmissionRemote.prototype =
|
||||
var o = {
|
||||
method: 'torrent-add',
|
||||
arguments: {
|
||||
paused: (options.paused ? 'true' : 'false'),
|
||||
paused: (options.paused),
|
||||
filename: url
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user