[JSON API] Deluge JSON api ignores "download_path" option?
Posted: Fri Mar 22, 2013 10:07 am
I'm sending this data: to the json web api. Yet, no matter what directory I set it to, Deluge continues to download the content to the default directory. Am I doing something wrong here?
Code: Select all
{"method":"web.add_torrents","params":[[{"path":"SomeQuiteLegalFile.torrent","options":{"download_path":"/home/jacob/"}}]],"id":1}