CC-4795: Library -> Playlist: Cannot add Smart Block into Playlist
- fixed
This commit is contained in:
parent
0542e713ed
commit
ecbff94f11
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue