CC-3804: The title of the record show's media will be changed after Media Monitor restart

-removed re-setting the track_title. It was causing problems, and it seems to no
longer have a reason to be here (you cannot rename a recorded show after it
has started)
This commit is contained in:
Martin Konecny 2012-05-21 02:23:34 -04:00
parent bbc101bde8
commit f485b9b601
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ class ApiController extends Zend_Controller_Action
$tmpTitle = $file->getName();
}
$file->setMetadataValue('MDATA_KEY_TITLE', $tmpTitle);
//$file->setMetadataValue('MDATA_KEY_TITLE', $tmpTitle);
$file->setMetadataValue('MDATA_KEY_CREATOR', "Airtime Show Recorder");
$file->setMetadataValue('MDATA_KEY_TRACKNUMBER', null);