fix: replace getWebEnclosureUrl with getEnclosureWebUrl

This commit is contained in:
Benjamin Bellamy 2020-10-26 17:26:41 +00:00
parent 0683ea94d8
commit 8122ceaf8a
1 changed files with 1 additions and 1 deletions

View File

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