feat(rss): add ˂podcast:guid˃ tag for channel

This commit is contained in:
Benjamin Bellamy 2021-06-21 11:58:43 +00:00
commit 1fab10eb0d
7 changed files with 31 additions and 1 deletions

View file

@ -192,6 +192,7 @@ class PodcastController extends BaseController
}
$podcast = new Podcast([
'guid' => podcast_uuid(url_to('podcast_feed', $this->request->getPost('name'))),
'title' => $this->request->getPost('title'),
'name' => $this->request->getPost('name'),
'description_markdown' => $this->request->getPost('description'),