fix(soundcloud): remove broken integration

This commit is contained in:
Lucas Bickel 2021-01-06 12:20:23 +00:00 committed by GitHub
parent ecd302068c
commit 4c72403b9b
85 changed files with 133081 additions and 118229 deletions

View file

@ -6,13 +6,12 @@ class Application_Service_PublishService {
* @var array map of arbitrary source names to descriptive labels
*/
private static $SOURCES = array(
"soundcloud" => SOUNDCLOUD,
"station_podcast" => "My Podcast"
);
/**
* Publish or remove the file with the given file ID from the services
* specified in the request data (ie. SoundCloud, the station podcast)
* specified in the request data (ie. the station podcast)
*
* @param int $fileId ID of the file to be published
* @param array $data request data containing what services to publish to