mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-04 04:22:55 +00:00
URI was not set because of the typo
This commit is contained in:
parent
976217111c
commit
ec26c47379
@ -60,7 +60,7 @@ class EpicGamesFreeBridge extends BridgeAbstract
|
|||||||
'enclosures' => array_map(fn($item) => $item['url'], $element['keyImages']),
|
'enclosures' => array_map(fn($item) => $item['url'], $element['keyImages']),
|
||||||
'timestamp' => strtotime($element['promotions']['promotionalOffers'][0]['promotionalOffers'][0]['startDate']),
|
'timestamp' => strtotime($element['promotions']['promotionalOffers'][0]['promotionalOffers'][0]['startDate']),
|
||||||
'title' => $element['title'],
|
'title' => $element['title'],
|
||||||
'url' => parent::getURI() . $this->getInput('locale') . '/p/' . $element['urlSlug'],
|
'uri' => parent::getURI() . $this->getInput('locale') . '/p/' . $element['productSlug'],
|
||||||
];
|
];
|
||||||
$this->items[] = $item;
|
$this->items[] = $item;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user