...
|
...
|
@@ -95,7 +95,7 @@ class LiveController extends BaseController |
|
|
->limit($pagination->limit)->all();
|
|
|
$liveMasterIds = [];
|
|
|
$masterList = new \stdClass();
|
|
|
foreach($videoList as $video) {
|
|
|
foreach($videoList as &$video) {
|
|
|
if(!empty($video->master_id)) {
|
|
|
$liveMasterIds[] = $video->master_id;
|
|
|
}
|
...
|
...
|
|