SAAS-223: Airtime Usage Metric: Amount of time spent broadcasting
- fixed setting end_time
This commit is contained in:
parent
b2f39ae66b
commit
453b343284
|
@ -238,7 +238,8 @@ class Application_Model_LiveLog
|
||||||
try {
|
try {
|
||||||
$con = Propel::getConnection();
|
$con = Propel::getConnection();
|
||||||
|
|
||||||
if ($state == 'L') {
|
$scheduled = Application_Model_Preference::GetSourceSwitchStatus('scheduled_play');
|
||||||
|
if ($state == 'L' && $scheduled == 'on') {
|
||||||
self::SetEndTime('S', $dateTime);
|
self::SetEndTime('S', $dateTime);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue