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

Don't request labels if running with pre-3.0 Transmission #1444

Closed lighterowl closed 1 year ago

lighterowl commented 1 year ago

The labels field in torrent-get was added in Transmission 3.0, whose RPC version is 16.

We request this field unconditionally, which breaks Reflection. I'm not sure how pre-3.0 Transmission behave when they receive an unsupported field, but we have a lot of these checks anyway already so it just makes sense do to it for this one as well.