[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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