CC-430: Audio normalization (Replaygain Support)
-small bug fixes
This commit is contained in:
parent
583695f98c
commit
ce1a63f47d
2 changed files with 6 additions and 9 deletions
|
@ -976,6 +976,7 @@ class ApiController extends Zend_Controller_Action
|
|||
$file = Application_Model_StoredFile::Recall($p_id = $id)->getPropelOrm();
|
||||
Logging::log("Setting $gain for file id $id");
|
||||
$file->setDbReplayGain($gain);
|
||||
$file->save();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue