mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00: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
@ -26,7 +26,7 @@ class AsahiShimbunAJWBridge extends BridgeAbstract {
|
||||
'Opinion » Editorial' => 'opinion/editorial',
|
||||
'Opinion » Vox Populi' => 'opinion/vox',
|
||||
),
|
||||
'defaultValue' => 'Politics',
|
||||
'defaultValue' => 'politics',
|
||||
)
|
||||
)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user