mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
[PokemonTV] fix: use exampleValue that returns items (#2573)
This commit is contained in:
parent
e94d447727
commit
06ef3946cd
@ -36,7 +36,7 @@ class PokemonTVBridge extends BridgeAbstract {
|
|||||||
),
|
),
|
||||||
'filterseason' => array(
|
'filterseason' => array(
|
||||||
'name' => 'Series Season Filter',
|
'name' => 'Series Season Filter',
|
||||||
'exampleValue' => '5',
|
'exampleValue' => '22',
|
||||||
'required' => false
|
'required' => false
|
||||||
)
|
)
|
||||||
));
|
));
|
||||||
|
Loading…
Reference in New Issue
Block a user