CC-4311: On Air button gets greyed out few seconds after show starts
-additional debug info
This commit is contained in:
parent
1884bebf15
commit
7eefbf3e24
|
@ -346,6 +346,7 @@ class ApiController extends Zend_Controller_Action
|
|||
|
||||
$schedule_group_id = $this->_getParam("schedule_id");
|
||||
$media_id = $this->_getParam("media_id");
|
||||
Logging::debug("Received notification of new media item start: $media_id");
|
||||
$result = Application_Model_Schedule::UpdateMediaPlayedStatus($media_id);
|
||||
|
||||
//set a 'last played' timestamp for media item
|
||||
|
|
Loading…
Reference in New Issue