Skip to content

Commit 13aa935

Browse files
committed
afix audio prefix
1 parent 231a053 commit 13aa935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StructuredProperties/Audio.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class Audio extends BaseObject
88
{
9-
protected const PREFIX = 'og:video';
9+
protected const PREFIX = 'og:audio';
1010

1111
public function __construct(string $url)
1212
{

0 commit comments

Comments
 (0)