mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 08:48:07 -06:00
Improve 2.8.2
@@ -1572,7 +1572,7 @@ Name: `files`
|
|||||||
Parameter | Type | Description
|
Parameter | Type | Description
|
||||||
----------|--------|------------
|
----------|--------|------------
|
||||||
`hash` | string | The hash of the torrent you want to get the contents of
|
`hash` | string | The hash of the torrent you want to get the contents of
|
||||||
`indexes` | string | The indexes of the files you want to retrieve. `indexes` can contain multiple values separated by `\|`.
|
`indexes` _optional_ <sup>since 2.8.2</sup> | string | The indexes of the files you want to retrieve. `indexes` can contain multiple values separated by `\|`.
|
||||||
|
|
||||||
**Returns:**
|
**Returns:**
|
||||||
|
|
||||||
@@ -1588,7 +1588,7 @@ The response is:
|
|||||||
|
|
||||||
Property | Type | Description
|
Property | Type | Description
|
||||||
---------------|---------------|-------------
|
---------------|---------------|-------------
|
||||||
`index` | string | File index
|
`index` <sup>since 2.8.2</sup> | string | File index
|
||||||
`name` | string | File name (including relative path)
|
`name` | string | File name (including relative path)
|
||||||
`size` | integer | File size (bytes)
|
`size` | integer | File size (bytes)
|
||||||
`progress` | float | File progress (percentage/100)
|
`progress` | float | File progress (percentage/100)
|
||||||
|
|||||||
Reference in New Issue
Block a user