This commit is contained in:
Naomi 2013-09-30 13:59:08 -04:00
parent 0dd5458269
commit 1fa13eed13
3 changed files with 36 additions and 36 deletions

View file

@ -1075,7 +1075,7 @@ class ApiController extends Zend_Controller_Action
$webstream_metadata->setDbLiquidsoapData($data_title);
$webstream_metadata->save();
$historyService = new Application_Service_HistoryService();
$historyService = new Application_Service_HistoryService();
$historyService->insertWebstreamMetadata($media_id, $startDT, $data_arr);
}
}