mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 15:19:55 +03:00
[PokemonTV] fix: use exampleValue that returns items (#2573)
This commit is contained in:
parent
e94d447727
commit
06ef3946cd
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class PokemonTVBridge extends BridgeAbstract {
|
|||
),
|
||||
'filterseason' => array(
|
||||
'name' => 'Series Season Filter',
|
||||
'exampleValue' => '5',
|
||||
'exampleValue' => '22',
|
||||
'required' => false
|
||||
)
|
||||
));
|
||||
|
|
Loading…
Add table
Reference in a new issue