mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +00:00
this should have been included in the previous commit. :/
This commit is contained in:
parent
e3eb1afeae
commit
d4242140be
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ Session :: torrentSetLocation( const QSet<int>& ids, const QString& location, bo
|
|||
{
|
||||
tr_variant top;
|
||||
tr_variantInitDict (&top, 2);
|
||||
tr_variantDictAddQuark (&top, TR_KEY_method, TR_KEY_torrent_set);
|
||||
tr_variantDictAddQuark (&top, TR_KEY_method, TR_KEY_torrent_set_location);
|
||||
tr_variant * args (tr_variantDictAddDict(&top, TR_KEY_arguments, 3));
|
||||
addOptionalIds (args, ids);
|
||||
tr_variantDictAddStr (args, TR_KEY_location, location.toUtf8().constData());
|
||||
|
|
Loading…
Reference in a new issue