mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 03:27:45 +02:00
fix: replace getWebEnclosureUrl with getEnclosureWebUrl
This commit is contained in:
parent
0683ea94d8
commit
8122ceaf8a
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ class Episode extends Entity
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getWebEnclosureUrl()
|
public function getEnclosureWebUrl()
|
||||||
{
|
{
|
||||||
return $this->getEnclosureUrl() . '?_from=-+Website+-';
|
return $this->getEnclosureUrl() . '?_from=-+Website+-';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue