Skip to content

Commit 6772b07

Browse files
committed
Fix #496: Missing image "contentUrl" metadata
1 parent ff8b2f5 commit 6772b07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Models/Image.php

+2
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ public function getMetadataArray(): array
179179
$metadata['name'] = $this->title;
180180
}
181181

182+
$metadata['contentUrl'] = $this->getSource();
183+
182184
return $metadata;
183185
}
184186
}

0 commit comments

Comments
 (0)