1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-05 16:17:28 +02:00

[AppleAppStoreBridge] Add Germany (#2350)

This commit is contained in:
benzel
2021-12-02 23:56:06 +01:00
committed by GitHub
parent 490f556783
commit f469489b56

View File

@@ -35,7 +35,8 @@ class AppleAppStoreBridge extends BridgeAbstract {
'values' => array(
'US' => 'US',
'India' => 'IN',
'Canada' => 'CA'
'Canada' => 'CA',
'Germany' => 'DE',
),
'defaultValue' => 'US',
),