@@ -75,6 +75,9 @@ |
||
75 | 75 | return $information; |
76 | 76 | } |
77 | 77 | |
78 | + /** |
|
79 | + * @param string $property |
|
80 | + */ |
|
78 | 81 | protected function getAttribute($audio, $property){ |
79 | 82 | if(array_key_exists($property, $audio['tags']['id3v2'])){ |
80 | 83 | $values = $audio['tags']['id3v2'][$property]; |