PTS bugfixes
This commit is contained in:
parent
0fbc6cbb13
commit
ac56bd7bdd
@ -130,7 +130,7 @@ trait UpdateHandler
|
|||||||
return $updates;
|
return $updates;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function &load_channel_state($channel, $pts = 0)
|
public function &load_channel_state($channel, $pts = 1)
|
||||||
{
|
{
|
||||||
if (!isset($this->channels_state[$channel])) {
|
if (!isset($this->channels_state[$channel])) {
|
||||||
$this->channels_state[$channel] = ['pts' => $pts, 'sync_loading' => false];
|
$this->channels_state[$channel] = ['pts' => $pts, 'sync_loading' => false];
|
||||||
|
Loading…
Reference in New Issue
Block a user