CC-84: Smart Playlists
- started storing last played time in cc_files - db column (lptime) already existed but was not being used before this - will use this as a criteria for smart playlists
This commit is contained in:
parent
9fcc851523
commit
647de9ed39
3 changed files with 35 additions and 7 deletions
|
@ -966,4 +966,10 @@ class Application_Model_Schedule
|
|||
|
||||
return $overlapping;
|
||||
}
|
||||
|
||||
public static function GetFileId($p_scheduleId)
|
||||
{
|
||||
$scheduledItem = CcScheduleQuery::create()->findPK($p_scheduleId);
|
||||
return $scheduledItem->getDbFileId();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue