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}
|
||||
],
|
||||
priority: [
|
||||
{text: 'Low', value: 1},
|
||||
{text: 'Medium', value: 2},
|
||||
{text: 'High', value: 3}
|
||||
{text: 'Low', value: 0},
|
||||
{text: 'Medium', value: 1},
|
||||
{text: 'High', value: 2}
|
||||
],
|
||||
rewatch: [
|
||||
{text: 'Very low', value: 1},
|
||||
|
|
Loading…
Reference in New Issue