Skip to content

Commit 8153e49

Browse files
authored
Merge pull request #360 from chistaesse/patch-1
Update Media.php
2 parents 7afc32b + fe91cc8 commit 8153e49

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/InstagramScraper/Model/Media.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,9 @@ protected function initPropertiesCustom($value, $prop, $arr)
480480
$this->type = static::TYPE_IMAGE;
481481
}
482482
break;
483+
case 'thumbnail_src':
484+
$this->imageThumbnailUrl = $value;
485+
break;
483486
case 'carousel_media':
484487
$this->type = self::TYPE_CAROUSEL;
485488
$this->carouselMedia = [];

0 commit comments

Comments
 (0)