mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 07:02:31 -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
|
`libtorrent` | string | libtorrent version
|
||||||
`boost` | string | Boost version
|
`boost` | string | Boost version
|
||||||
`openssl` | string | OpenSSL version
|
`openssl` | string | OpenSSL version
|
||||||
`bitness` | string | Application bitness (e.g. 64-bit)
|
`bitness` | int | Application bitness (e.g. 64-bit)
|
||||||
|
|
||||||
## Shutdown application ##
|
## Shutdown application ##
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user