Fix metadata

This commit is contained in:
Alexander Rosenberg 2024-10-28 14:09:57 -07:00
parent 7851d5f774
commit 2fec0694c5
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -38,7 +38,7 @@ class Album {
$this->thumbnail = $root->{'thumbnail'};
$this->images = $root->{'images'};
if (property_exists($root, 'metadata')) {
$this->metadata;
$this->metadata = $root->{'metadata'};
}
}