CC-4005: Tag files with Last Played date and number of times played
- fixed CRLF
This commit is contained in:
parent
645593f954
commit
585ee579d6
4 changed files with 10 additions and 10 deletions
|
@ -1175,10 +1175,10 @@ SQL;
|
|||
return $scheduledItem->getDbFileId();
|
||||
}
|
||||
|
||||
public static function GetStreamId($p_scheduleId)
|
||||
{
|
||||
$scheduledItem = CcScheduleQuery::create()->findPK($p_scheduleId);
|
||||
|
||||
return $scheduledItem->getDbStreamId();
|
||||
public static function GetStreamId($p_scheduleId)
|
||||
{
|
||||
$scheduledItem = CcScheduleQuery::create()->findPK($p_scheduleId);
|
||||
|
||||
return $scheduledItem->getDbStreamId();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue