mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
fix regression when adding torrent via transmission-remote Fixes #2541
This commit is contained in:
parent
6f9cba4088
commit
b7235ed425
1 changed files with 1 additions and 1 deletions
|
@ -2354,7 +2354,7 @@ static int processArgs(char const* rpcurl, int argc, char const* const* argv)
|
|||
|
||||
if (!std::empty(tmp))
|
||||
{
|
||||
tr_variantDictAddStrView(args, TR_KEY_metainfo, tmp);
|
||||
tr_variantDictAddStr(args, TR_KEY_metainfo, tmp);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue