[NovelUpdatesBridge] fix parameter 'n' requirement status
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
8e32142ce5
commit
84238a998d
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ class NovelUpdatesBridge extends BridgeAbstract{
|
||||||
'[
|
'[
|
||||||
{
|
{
|
||||||
"name" : "Novel URL",
|
"name" : "Novel URL",
|
||||||
"identifier" : "n"
|
"identifier" : "n",
|
||||||
|
"required": true
|
||||||
}
|
}
|
||||||
]';
|
]';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue