Skip to content
Snippets Groups Projects
Commit 0ad22e49 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

fix(op3): remove scheme when wraping audio URI

parent 964cbba5
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,9 @@ class OP3
public function wrap(URI $audioURI, Episode $episode): string
{
// remove scheme from audioURI
$audioURI->setScheme('');
return $this->host . '/e,pg=' . $episode->podcast->guid . '/' . $audioURI;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment