Added todo documenting slight inefficiency
This commit is contained in:
parent
0dd38920a3
commit
728a0dd736
1 changed files with 2 additions and 0 deletions
|
@ -454,6 +454,8 @@ class ApiController extends Zend_Controller_Action
|
|||
$showCanceled = true;
|
||||
}
|
||||
|
||||
// TODO : the following is inefficient because it calls save on both
|
||||
// fields
|
||||
$file->setMetadataValue('MDATA_KEY_CREATOR', "Airtime Show Recorder");
|
||||
$file->setMetadataValue('MDATA_KEY_TRACKNUMBER', $show_instance_id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue