Refactoring Podcast classes and services
This commit is contained in:
parent
cfb21f8425
commit
d647bf67ea
4 changed files with 133 additions and 26 deletions
|
@ -6,6 +6,6 @@ class PodcastFactory
|
|||
{
|
||||
// check if station podcast exists and if not, create one
|
||||
|
||||
return Application_Service_ImportedPodcastService::createFromFeedUrl($feedUrl);
|
||||
return Application_Service_PodcastService::createFromFeedUrl($feedUrl);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue