Fix metadata
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user