first part of the adding album tags to podcast downloads
This commit is contained in:
parent
4557395a86
commit
2cebb7dfa2
2 changed files with 21 additions and 3 deletions
|
@ -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
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue