mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-15 16:34:39 +02:00
[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…
Add table
Add a link
Reference in a new issue