Skip to content

Commit

Permalink
Expose first broadcast time.
Browse files Browse the repository at this point in the history
#PLAT-1467 #time 10m
  • Loading branch information
blItzkrIg1o1 committed Jun 23, 2014
1 parent cba502e commit 330ae5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api_v3/lib/types/entry/KalturaLiveEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ abstract class KalturaLiveEntry extends KalturaMediaEntry
* @readonly
* @filter order
*/
public $firstBroadcast;
public $firstBroadcastTime;

private static $map_between_objects = array
(
Expand All @@ -72,7 +72,7 @@ abstract class KalturaLiveEntry extends KalturaMediaEntry
"liveStreamConfigurations",
"recordedEntryId",
"pushPublishEnabled",
"firstBroadcast",
"firstBroadcastTime",
);

/* (non-PHPdoc)
Expand Down

0 comments on commit 330ae5f

Please sign in to comment.