Uncomment episode downloads
This commit is contained in:
parent
40d0619f10
commit
fcaf2f05f5
|
@ -124,7 +124,7 @@ class Rest_PodcastController extends Zend_Rest_Controller
|
||||||
// to prevent the user from trying to download them again while Celery is running
|
// to prevent the user from trying to download them again while Celery is running
|
||||||
$episodes = $this->_service->addPodcastEpisodePlaceholders($requestData["podcast"]["id"],
|
$episodes = $this->_service->addPodcastEpisodePlaceholders($requestData["podcast"]["id"],
|
||||||
$requestData["podcast"]["episodes"]);
|
$requestData["podcast"]["episodes"]);
|
||||||
//$this->_service->downloadEpisodes($episodes);
|
$this->_service->downloadEpisodes($episodes);
|
||||||
$podcast = Application_Service_PodcastService::updatePodcastFromArray($id, $requestData);
|
$podcast = Application_Service_PodcastService::updatePodcastFromArray($id, $requestData);
|
||||||
|
|
||||||
$this->getResponse()
|
$this->getResponse()
|
||||||
|
|
Loading…
Reference in New Issue