From 06ef3946cd9d0f52a1aaa2bb239a43a3eb440ab5 Mon Sep 17 00:00:00 2001 From: dag Date: Thu, 31 Mar 2022 09:55:55 +0200 Subject: [PATCH] [PokemonTV] fix: use exampleValue that returns items (#2573) --- bridges/PokemonTVBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/PokemonTVBridge.php b/bridges/PokemonTVBridge.php index b9b56737..4a34e58e 100644 --- a/bridges/PokemonTVBridge.php +++ b/bridges/PokemonTVBridge.php @@ -36,7 +36,7 @@ class PokemonTVBridge extends BridgeAbstract { ), 'filterseason' => array( 'name' => 'Series Season Filter', - 'exampleValue' => '5', + 'exampleValue' => '22', 'required' => false ) ));