Browse Source

also return audio property

pull/39/head
Aaron Parecki 8 years ago
parent
commit
138cddd158
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/Formats/Mf2.php

+ 1
- 1
lib/Formats/Mf2.php View File

@ -115,7 +115,7 @@ class Mf2 {
}
// Always arrays
$properties = ['photo','video','syndication'];
$properties = ['photo','video','audio','syndication'];
foreach($properties as $p) {
if(array_key_exists($p, $item['properties'])) {
$data[$p] = [];

Loading…
Cancel
Save