1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-06-26 04:43:49 +02:00

[PokemonTV] fix: use exampleValue that returns items (#2573)

This commit is contained in:
dag
2022-03-31 09:55:55 +02:00
committed by GitHub
parent e94d447727
commit 06ef3946cd

View File

@ -36,7 +36,7 @@ class PokemonTVBridge extends BridgeAbstract {
),
'filterseason' => array(
'name' => 'Series Season Filter',
'exampleValue' => '5',
'exampleValue' => '22',
'required' => false
)
));