From fcaf2f05f51ca7512c62108dea67f02832e849e9 Mon Sep 17 00:00:00 2001 From: drigato Date: Thu, 15 Oct 2015 11:35:27 -0400 Subject: [PATCH] Uncomment episode downloads --- .../application/modules/rest/controllers/PodcastController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/modules/rest/controllers/PodcastController.php b/airtime_mvc/application/modules/rest/controllers/PodcastController.php index 03a1cfbde..fd5f9a260 100644 --- a/airtime_mvc/application/modules/rest/controllers/PodcastController.php +++ b/airtime_mvc/application/modules/rest/controllers/PodcastController.php @@ -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()