Fix metadata
This commit is contained in:
parent
7851d5f774
commit
2fec0694c5
@ -38,7 +38,7 @@ class Album {
|
|||||||
$this->thumbnail = $root->{'thumbnail'};
|
$this->thumbnail = $root->{'thumbnail'};
|
||||||
$this->images = $root->{'images'};
|
$this->images = $root->{'images'};
|
||||||
if (property_exists($root, 'metadata')) {
|
if (property_exists($root, 'metadata')) {
|
||||||
$this->metadata;
|
$this->metadata = $root->{'metadata'};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user