fix(binance): plus some other tweaks (#3753)

This commit is contained in:
Dag 2023-10-13 20:48:08 +02:00 committed by GitHub
parent fd52b9b9a4
commit 5f37c72be0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 46 additions and 53 deletions

View file

@ -85,7 +85,7 @@ class FallGuysBridge extends BridgeAbstract
for ($i = 0; $i < count($mediaOptions); $i++) {
if (property_exists($mediaOptions[$i], 'youtubeVideo')) {
$videoUrl = 'https://youtu.be/' . $mediaOptions[$i]->youtubeVideo->contentId;
$image = $mainContentOptions[$i]->image->src;
$image = $mainContentOptions[$i]->image->src ?? '';
$content .= '<p>';