CC-4473: On Air button greys out when one out of two same Webstreams is cancelled

-fixed
This commit is contained in:
Martin Konecny 2012-09-18 15:23:26 -04:00
parent 09bc686d99
commit 4c58c4c9a9
4 changed files with 5 additions and 2 deletions

View file

@ -696,6 +696,7 @@ SQL;
'start' => $start,
'end' => $end,
'show_name' => $item["show_name"],
'row_id' => $item["id"],
'independent_event' => true
);
self::appendScheduleItem($data, $start, $schedule_item);

View file

@ -216,9 +216,9 @@ class Application_Model_Webstream implements Application_Model_LibraryEditable
}
// TODO : Fix this interface
//This function should not be defined in the interface.
public function setMetadata($key, $val)
{
//This function should not be defined in the interface.
throw new Exception("Not implemented.");
}