Bartuzen / qBitController

Control qBittorrent from your Android device
GNU General Public License v3.0
494 stars 11 forks source link

Torrent share limits not being applied. #119

Closed saberblaze closed 10 months ago

saberblaze commented 10 months ago

Bug description

After updating to 4.6.2 from 4.5.5, when applying a different share limit in the app, it states the change was made successfully but the torrent share limit for the torrent remains the same. I have to go into the web ui from a browser to change it.

Logs

No response

qBitController version

0.8.4

qBittorrent version

4.6.2 nox

Android version

10

Additional details

No response

Bartuzen commented 10 months ago

setShareLimits now require inactiveSeedingTimeLimit parameter, so it fails. Also app says options are updated successfully even though server returns an error, so that's another problem.