bump version to 0.8;fixed bugs
This commit is contained in:
@@ -44,6 +44,9 @@ class sliderkz extends searchBase implements searchInterface
|
||||
return [];
|
||||
}
|
||||
foreach ($data as $item) {
|
||||
if (empty($item)) {
|
||||
continue;
|
||||
}
|
||||
$items[] = array("title" => $item["tit_art"], "data-link" => $this->getDownloadUrl($item), "duration" => Helper::formatInterval($item["duration"]));
|
||||
}
|
||||
unset($data);
|
||||
|
||||
Reference in New Issue
Block a user