diff --git a/root/Album.php b/root/Album.php index 7415f1c..13d493b 100644 --- a/root/Album.php +++ b/root/Album.php @@ -38,8 +38,8 @@ class Album { $this->thumbnail = $root->{'thumbnail'}; $this->images = $root->{'images'}; if (property_exists($root, 'metadata')) { - $this->metadata; - } + $this->metadata = $root->{'metadata'}; + } } private function invalidate() {