Commit 8122ceaf authored by Benjamin Bellamy's avatar Benjamin Bellamy 💬
Browse files

fix: replace getWebEnclosureUrl with getEnclosureWebUrl

parent 0683ea94
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -199,7 +199,7 @@ class Episode extends Entity
        );
    }

    public function getWebEnclosureUrl()
    public function getEnclosureWebUrl()
    {
        return $this->getEnclosureUrl() . '?_from=-+Website+-';
    }