Merge pull request #1158 from hairmare/fix/remove-soundcloud

fix(soundcloud): remove broken integration
This commit is contained in:
Kyle Robbertze 2021-01-24 23:09:30 +02:00 committed by GitHub
commit 90e5005c76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
85 changed files with 133081 additions and 118229 deletions

View file

@ -1,16 +0,0 @@
<fieldset class="padded">
<dl class="zend_form">
<?php
$soundcloudService = new Application_Service_SoundcloudService();
if ($soundcloudService->hasAccessToken()) {
echo $this->element->getElement('SoundCloudDisconnect')->render();
} else {
echo $this->element->getElement('SoundCloudConnect')->render();
}
?>
<?php echo $this->element->getElement('SoundCloudLicense')->render() ?>
<?php echo $this->element->getElement('SoundCloudSharing')->render() ?>
</dl>
</fieldset>