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

@ -72,12 +72,6 @@ class PreferenceController extends Zend_Controller_Action
Application_Model_Preference::setTuneinPartnerKey($values["tunein_partner_key"]);
Application_Model_Preference::setTuneinPartnerId($values["tunein_partner_id"]);
// SoundCloud Preferences
if (array_key_exists('SoundCloudLicense', $values)) {
Application_Model_Preference::setDefaultSoundCloudLicenseType($values["SoundCloudLicense"]);
Application_Model_Preference::setDefaultSoundCloudSharingType($values["SoundCloudSharing"]);
}
$this->view->statusMsg = "<div class='success'>". _("Preferences updated.")."</div>";
$form = new Application_Form_Preferences();
$this->view->form = $form;