mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 15:26:43 +02:00
feat(rss): generate rss feed from podcast entity
- refactor episode, podcast and category entities to add dynamic properties - refactor Routes when adding feed route - update migration files to better fit itunes' and rss' specs - update podcast and episode forms - add SimpleRSSElement class to Libraries - add rss_helper - update home controller to redirect if system has only one podcast
This commit is contained in:
parent
d31191732e
commit
c815ecd664
34 changed files with 2847 additions and 2263 deletions
|
|
@ -50,7 +50,7 @@ class BaseController extends Controller
|
|||
set_user_session_referer();
|
||||
}
|
||||
|
||||
protected function stats($postcast_id)
|
||||
protected static function triggerWebpageHit($postcast_id)
|
||||
{
|
||||
webpage_hit($postcast_id);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue