This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
XRay
mirror of
https://github.com/aaronpk/XRay.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
77
Wiki
Activity
Browse Source
also return audio property
pull/39/head
Aaron Parecki
8 years ago
parent
3edc01d1b7
commit
138cddd158
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
]
=
[];
Write
Preview
Loading…
Cancel
Save