Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Dec 20, 2023
1 parent 0aa74ed commit 6d9e341
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin/Live/Live.php
Original file line number Diff line number Diff line change
Expand Up @@ -2270,6 +2270,7 @@ public static function _getStats($live_servers_id = 0, $force_recreate = false)
$obj->msg = "ONLINE";
}
$title = self::getTitleFromKey($row['key'], $row['title']);
$titleSet = __LINE__;
$u = new User($row['users_id']);
$hiddenName = preg_replace('/^(.{5})/', '*****', $value->name);

Expand Down Expand Up @@ -2317,6 +2318,7 @@ public static function _getStats($live_servers_id = 0, $force_recreate = false)
$playlists_id_live = $_REQUEST['playlists_id_live'];
$photo = PlayLists::getImage($_REQUEST['playlists_id_live']);
$title = PlayLists::getNameOrSerieTitle($_REQUEST['playlists_id_live']);
$titleSet = __LINE__;
}
if (!empty($live_index)) {
$_REQUEST['live_index'] = $live_index;
Expand Down Expand Up @@ -2363,6 +2365,7 @@ public static function _getStats($live_servers_id = 0, $force_recreate = false)
$app['isPrivate'] = self::isPrivate($app['key']);
$app['isPasswordProtected'] = self::isPasswordProtected($app['key']);
$app['method'] = 'Live::_getStats';
$app['titleSet'] = $titleSet.' => '.$app['title'];
//var_dump($app['isPrivate'],$app['key']);exit;
if (!self::isApplicationListed($app['key'])) {
$obj->hidden_applications[] = $app;
Expand Down

0 comments on commit 6d9e341

Please sign in to comment.