Fix metadata
This commit is contained in:
		| @ -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'}; | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user