updated: player function to fetch videos
This commit is contained in:
parent
8d74e39bd1
commit
24dfc1630a
2 changed files with 0 additions and 2 deletions
|
@ -49,7 +49,6 @@ if(!function_exists('cb_player'))
|
|||
if($hd=='yes') $file = get_hq_video_file($vdetails); else $file = get_video_file($vdetails,true,true);
|
||||
$hd_file = get_hq_video_file($vdetails);
|
||||
|
||||
|
||||
if($ytcode)
|
||||
{
|
||||
assign('youtube',true);
|
||||
|
|
|
@ -67,7 +67,6 @@ if(!function_exists("pak_player"))
|
|||
if($hd=='yes') $file = get_hq_video_file($vdetails); else $file = get_video_file($vdetails,true,true);
|
||||
$hd_file = get_hq_video_file($vdetails);
|
||||
|
||||
|
||||
if($ytcode)
|
||||
{
|
||||
assign('youtube',true);
|
||||
|
|
Loading…
Add table
Reference in a new issue