Uncomment episode downloads

This commit is contained in:
drigato 2015-10-15 11:35:27 -04:00
parent 40d0619f10
commit fcaf2f05f5
1 changed files with 1 additions and 1 deletions

View File

@ -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
$episodes = $this->_service->addPodcastEpisodePlaceholders($requestData["podcast"]["id"],
$requestData["podcast"]["episodes"]);
//$this->_service->downloadEpisodes($episodes);
$this->_service->downloadEpisodes($episodes);
$podcast = Application_Service_PodcastService::updatePodcastFromArray($id, $requestData);
$this->getResponse()