Fix metadata
This commit is contained in:
		| @ -38,8 +38,8 @@ 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'}; | ||||||
|         }  |         } | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     private function invalidate() { |     private function invalidate() { | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user