mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 02:36:42 +02:00
feat(rss): add ˂podcast:guid˃ tag for channel
This commit is contained in:
parent
603df2d5af
commit
1fab10eb0d
7 changed files with 31 additions and 1 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue