Fix files priority field
This commit is contained in:
parent
45813813c9
commit
3d6e1cb567
|
@ -1657,7 +1657,7 @@ Property | Type | Description
|
||||||
`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)
|
||||||
`priority` | integer | File priority. See possible values here below
|
`priority` | object | priority object see table below. File priority. See possible values here below
|
||||||
`is_seed` _optional_ | bool | True if file is seeding/complete
|
`is_seed` _optional_ | bool | True if file is seeding/complete
|
||||||
`piece_range` | integer array | The first number is the starting piece index and the second number is the ending piece index (inclusive)
|
`piece_range` | integer array | The first number is the starting piece index and the second number is the ending piece index (inclusive)
|
||||||
`availability` | float | Percentage of file pieces currently available (percentage/100)
|
`availability` | float | Percentage of file pieces currently available (percentage/100)
|
||||||
|
|
|
@ -1946,14 +1946,19 @@
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
Number(
|
Object(
|
||||||
TypeInfo {
|
Object {
|
||||||
name: "upload_slots_behavior",
|
type_info: TypeInfo {
|
||||||
description: Some(
|
name: "upload_slots_behavior",
|
||||||
"Upload slots behavior used (see list of possible values below)",
|
description: Some(
|
||||||
|
"upload_slots_behavior object see table below. Upload slots behavior used (see list of possible values below)",
|
||||||
|
),
|
||||||
|
is_optional: true,
|
||||||
|
is_list: false,
|
||||||
|
},
|
||||||
|
ref_type: String(
|
||||||
|
"UploadSlotsBehavior",
|
||||||
),
|
),
|
||||||
is_optional: true,
|
|
||||||
is_list: false,
|
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
Number(
|
Number(
|
||||||
|
@ -1966,14 +1971,19 @@
|
||||||
is_list: false,
|
is_list: false,
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
Number(
|
Object(
|
||||||
TypeInfo {
|
Object {
|
||||||
name: "utp_tcp_mixed_mode",
|
type_info: TypeInfo {
|
||||||
description: Some(
|
name: "utp_tcp_mixed_mode",
|
||||||
"μTP-TCP mixed mode algorithm (see list of possible values below)",
|
description: Some(
|
||||||
|
"utp_tcp_mixed_mode object see table below. μTP-TCP mixed mode algorithm (see list of possible values below)",
|
||||||
|
),
|
||||||
|
is_optional: true,
|
||||||
|
is_list: false,
|
||||||
|
},
|
||||||
|
ref_type: String(
|
||||||
|
"UtpTcpMixedMode",
|
||||||
),
|
),
|
||||||
is_optional: true,
|
|
||||||
is_list: false,
|
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
@ -4475,14 +4485,19 @@
|
||||||
is_list: false,
|
is_list: false,
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
Number(
|
Object(
|
||||||
TypeInfo {
|
Object {
|
||||||
name: "priority",
|
type_info: TypeInfo {
|
||||||
description: Some(
|
name: "priority",
|
||||||
"File priority. See possible values here below",
|
description: Some(
|
||||||
|
"priority object see table below. File priority. See possible values here below",
|
||||||
|
),
|
||||||
|
is_optional: false,
|
||||||
|
is_list: false,
|
||||||
|
},
|
||||||
|
ref_type: String(
|
||||||
|
"Priority",
|
||||||
),
|
),
|
||||||
is_optional: false,
|
|
||||||
is_list: false,
|
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
Bool(
|
Bool(
|
||||||
|
|
|
@ -2561,11 +2561,11 @@ TokenTree {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
TableRow {
|
TableRow {
|
||||||
raw: "`upload_slots_behavior` _optional_ | integer | Upload slots behavior used (see list of possible values below)",
|
raw: "`upload_slots_behavior` _optional_ | object | upload_slots_behavior object see table below. Upload slots behavior used (see list of possible values below)",
|
||||||
columns: [
|
columns: [
|
||||||
"upload_slots_behavior _optional_",
|
"upload_slots_behavior _optional_",
|
||||||
"integer",
|
"object",
|
||||||
"Upload slots behavior used (see list of possible values below)",
|
"upload_slots_behavior object see table below. Upload slots behavior used (see list of possible values below)",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
TableRow {
|
TableRow {
|
||||||
|
@ -2577,11 +2577,11 @@ TokenTree {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
TableRow {
|
TableRow {
|
||||||
raw: "`utp_tcp_mixed_mode` _optional_ | integer | μTP-TCP mixed mode algorithm (see list of possible values below)",
|
raw: "`utp_tcp_mixed_mode` _optional_ | object | utp_tcp_mixed_mode object see table below. μTP-TCP mixed mode algorithm (see list of possible values below)",
|
||||||
columns: [
|
columns: [
|
||||||
"utp_tcp_mixed_mode _optional_",
|
"utp_tcp_mixed_mode _optional_",
|
||||||
"integer",
|
"object",
|
||||||
"μTP-TCP mixed mode algorithm (see list of possible values below)",
|
"utp_tcp_mixed_mode object see table below. μTP-TCP mixed mode algorithm (see list of possible values below)",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -7948,11 +7948,11 @@ TokenTree {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
TableRow {
|
TableRow {
|
||||||
raw: "`priority` | integer | File priority. See possible values here below",
|
raw: "`priority` | object | priority object see table below. File priority. See possible values here below",
|
||||||
columns: [
|
columns: [
|
||||||
"priority",
|
"priority",
|
||||||
"integer",
|
"object",
|
||||||
"File priority. See possible values here below",
|
"priority object see table below. File priority. See possible values here below",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
TableRow {
|
TableRow {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user