first part of the adding album tags to podcast downloads

This commit is contained in:
Robb Ebright 2017-02-13 09:32:07 -05:00 committed by Lucas Bickel
parent 4557395a86
commit 2cebb7dfa2
2 changed files with 21 additions and 3 deletions

View file

@ -146,6 +146,7 @@ class Application_Service_PodcastEpisodeService extends Application_Service_Thir
'url' => $url,
'callback_url' => $stationUrl . 'rest/media',
'api_key' => $CC_CONFIG["apiKey"][0],
'podcast_name' => "best podcast",
);
$task = $this->_executeTask(static::$_CELERY_TASKS[self::DOWNLOAD], $data);
// Get the created ThirdPartyTaskReference and set the episode ID so
@ -436,4 +437,4 @@ class Application_Service_PodcastEpisodeService extends Application_Service_Thir
}
}
}
}