fix: replace getWebEnclosureUrl with getEnclosureWebUrl

This commit is contained in:
Benjamin Bellamy 2020-10-26 17:26:41 +00:00
parent 0683ea94d8
commit 8122ceaf8a

View File

@ -199,7 +199,7 @@ class Episode extends Entity
); );
} }
public function getWebEnclosureUrl() public function getEnclosureWebUrl()
{ {
return $this->getEnclosureUrl() . '?_from=-+Website+-'; return $this->getEnclosureUrl() . '?_from=-+Website+-';
} }