video tag
This commit is contained in:
@@ -83,6 +83,9 @@ class VideoInfoPage extends BasePage
|
||||
'url' => $arrVal[1] ?? $arrVal[0],
|
||||
];
|
||||
}
|
||||
|
||||
$arrVideo['vod_class'] = trim($arrVideo['vod_class']);
|
||||
|
||||
$arrVideo['vod_play_url'][$this->getsite()->getSiteCode()] = $arrPlayUrl;
|
||||
$arrVideo['vod_actor'] = explode(',', $arrVideo['vod_actor']);
|
||||
$arrVideo['vod_director'] = explode(',', $arrVideo['vod_director']);
|
||||
|
||||
@@ -45,7 +45,7 @@ class SiteMapLogic
|
||||
public function __construct()
|
||||
{
|
||||
|
||||
$this->arrNovelCategory = StaticConfig::getCategoryFilter();
|
||||
$this->arrNovelCategory = StaticConfig::getNovelCategoryFilter();
|
||||
|
||||
$this->arrNovelSort = StaticConfig::$arrNovelSortType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user