Skip to content

Commit

Permalink
MED-100: Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Thies committed May 17, 2024
1 parent ee56e01 commit d7b1869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/streamio/classes/output/media_resource.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function image_url(renderer_base $output) {
public function video_url($output) {
$this->videourl = '';

$id = json_decod($this->record->content)->id;
$id = json_decode($this->record->content)->id;

return "https://streamio.com/api/v1/videos/$id/public_show.m3u8";
}
Expand Down

0 comments on commit d7b1869

Please sign in to comment.