|
@@ -113,7 +113,7 @@ class Video extends Backend
|
|
|
$url = 'http://jscp.agency.gitv.tv/epgDataSync/v1/' . $cspid . '/';
|
|
|
$videofile = $params['videofile'];
|
|
|
$videofile = explode('/', $videofile);
|
|
|
- $video_url = $videofile[4];
|
|
|
+ $video_url = $videofile[3];
|
|
|
$data = [
|
|
|
// 'cspId' => $cspid,
|
|
|
'cpAlbumId' => $id,
|
|
@@ -210,7 +210,7 @@ class Video extends Backend
|
|
|
$url = 'http://jscp.agency.gitv.tv/epgDataSync/v1/' . $cspid . '/';
|
|
|
$videofile = $row['videofile'];
|
|
|
$videofile = explode('/', $videofile);
|
|
|
- $video_url = $videofile[4];
|
|
|
+ $video_url = $videofile[3];
|
|
|
$data = [
|
|
|
// 'cspId' => $cspid,
|
|
|
'cpAlbumId' => $ids,
|