mirror of https://github.com/Kylart/KawAnime.git
Fix priorities on malForm
This commit is contained in:
parent
7df46f3aea
commit
7b97441d52
|
@ -158,9 +158,9 @@
|
||||||
{text: 'None', value: 3}
|
{text: 'None', value: 3}
|
||||||
],
|
],
|
||||||
priority: [
|
priority: [
|
||||||
{text: 'Low', value: 1},
|
{text: 'Low', value: 0},
|
||||||
{text: 'Medium', value: 2},
|
{text: 'Medium', value: 1},
|
||||||
{text: 'High', value: 3}
|
{text: 'High', value: 2}
|
||||||
],
|
],
|
||||||
rewatch: [
|
rewatch: [
|
||||||
{text: 'Very low', value: 1},
|
{text: 'Very low', value: 1},
|
||||||
|
|
Loading…
Reference in New Issue