mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
type of bitness on the buildInfo response payload is actually an int and not a string (api version: 2.5.1)
@@ -307,7 +307,7 @@ Property | Type | Description
|
||||
`libtorrent` | string | libtorrent version
|
||||
`boost` | string | Boost version
|
||||
`openssl` | string | OpenSSL version
|
||||
`bitness` | string | Application bitness (e.g. 64-bit)
|
||||
`bitness` | int | Application bitness (e.g. 64-bit)
|
||||
|
||||
## Shutdown application ##
|
||||
|
||||
|
||||
Reference in New Issue
Block a user