mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-23 16:05:34 +00:00
fix: replace getWebEnclosureUrl with getEnclosureWebUrl
This commit is contained in:
parent
0683ea94d8
commit
8122ceaf8a
@ -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…
x
Reference in New Issue
Block a user