transmission-remote-gui / transgui

🧲 A feature rich cross platform Transmission BitTorrent client. Faster and has more functionality than the built-in web GUI.
GNU General Public License v2.0
3.19k stars 274 forks source link

Latest transmission does not support `"delete-local-data": 1` anymore. #1468

Open lvella opened 4 months ago

lvella commented 4 months ago

I am using Ubuntu 21.10, with Transmission Daemon from main, commit 7f029acf6e1057b5e81cc91905b3bdd23ea6170e.

Transmission Remote GUI is v5.18.0.

Latest Transmission no longer honors the argument "delete-local-data": 1 in the torrent removal request. Instead, it is only able to parse and accept the boolean variant "delete-local-data": true.

I haven't tested the latest version, but it seem the issue is still there:

    args.Add('delete-local-data', TJSONIntegerNumber.Create(1));

This is the corresponding issue in transmission: https://github.com/transmission/transmission/issues/6630

fredo-47 commented 4 months ago

Will be resolved by https://github.com/transmission-remote-gui/transgui/pull/1467

zwimer commented 3 months ago

https://github.com/transmission-remote-gui/transgui/pull/1467 has been merged.