CC-4795: Library -> Playlist: Cannot add Smart Block into Playlist

- fixed
This commit is contained in:
James 2013-01-07 13:48:51 -05:00
parent 0542e713ed
commit ecbff94f11
1 changed files with 4 additions and 2 deletions

View File

@ -395,8 +395,10 @@ SQL;
$entry["id"] = $obj->getDbId();
$entry["pos"] = $pos;
$entry["cliplength"] = $obj->getDbLength();
$entry["cuein"] = $obj->getDbCuein();
$entry["cueout"] = $obj->getDbCueout();
if ($obj instanceof CcFiles && $obj) {
$entry["cuein"] = $obj->getDbCuein();
$entry["cueout"] = $obj->getDbCueout();
}
$entry["ftype"] = $objType;
}