mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03:00
[AsahiShimbunAJWBridge] fix: use case sensitive list value
This bug happened not in web UI but when extracting the default value in order to do automatic testing.
This commit is contained in:
parent
35afee6103
commit
dbd480e2c0
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class AsahiShimbunAJWBridge extends BridgeAbstract {
|
|||
'Opinion » Editorial' => 'opinion/editorial',
|
||||
'Opinion » Vox Populi' => 'opinion/vox',
|
||||
),
|
||||
'defaultValue' => 'Politics',
|
||||
'defaultValue' => 'politics',
|
||||
)
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue