Fix priority types

This commit is contained in:
Joel Wachsler 2022-08-06 13:43:04 +00:00
parent 85ed345a9d
commit 6aefb22163
3 changed files with 8 additions and 8 deletions

View File

@ -1667,7 +1667,7 @@ Possible values of `priority`:
Value | Description
-----------|------------
`0` | Do not download
`1` | Normal priority
`4` | Normal priority
`6` | High priority
`7` | Maximal priority
@ -2181,7 +2181,7 @@ Possible values of `priority`:
Value | Description
-----------|------------
`0` | Do not download
`1` | Normal priority
`4` | Normal priority
`6` | High priority
`7` | Maximal priority

View File

@ -4426,7 +4426,7 @@
"Normal priority",
),
value: "NormalPriority",
original_value: "1",
original_value: "4",
},
EnumValue {
description: Some(
@ -5247,7 +5247,7 @@
"Normal priority",
),
value: "NormalPriority",
original_value: "1",
original_value: "4",
},
EnumValue {
description: Some(

View File

@ -8007,9 +8007,9 @@ TokenTree {
],
},
TableRow {
raw: "`1` | Normal priority",
raw: "`4` | Normal priority",
columns: [
"1",
"4",
"Normal priority",
],
},
@ -10269,9 +10269,9 @@ TokenTree {
],
},
TableRow {
raw: "`1` | Normal priority",
raw: "`4` | Normal priority",
columns: [
"1",
"4",
"Normal priority",
],
},