fedarovich / qbittorrent-net-client

qBittorrent client library for .Net
MIT License
32 stars 14 forks source link

Fixed issue in SetShareLimit request (It requires minutes instead of seconds) #16

Closed OhMyGuus closed 2 years ago

OhMyGuus commented 2 years ago

The value of SeedingTimeLimit for the request SetShareLimit requires minutes instead of seconds. (This is only with the seeding time limit of this request the one from the add request uses seconds oh and btw keep up the good work!)

OhMyGuus commented 2 years ago

Fixed the tests now as well so everything should be working correct now.