CC-4754: Replay gain modifier

- Initial commit
This commit is contained in:
james 2012-12-27 00:36:11 -05:00
parent b78fa5129f
commit c0665e4748
6 changed files with 61 additions and 2 deletions

View file

@ -66,6 +66,7 @@ class PreferenceController extends Zend_Controller_Action
Application_Model_Preference::SetSoundCloudGenre($values["SoundCloudGenre"]);
Application_Model_Preference::SetSoundCloudTrackType($values["SoundCloudTrackType"]);
Application_Model_Preference::SetSoundCloudLicense($values["SoundCloudLicense"]);
Application_Model_Preference::setReplayGainModifier($values["replayGainModifier"]);
$this->view->statusMsg = "<div class='success'>". _("Preferences updated.")."</div>";
$this->view->form = $form;