PTS bugfixes

This commit is contained in:
Daniil Gentili 2018-04-19 15:44:37 +02:00
parent 0fbc6cbb13
commit ac56bd7bdd

View File

@ -130,7 +130,7 @@ trait UpdateHandler
return $updates;
}
public function &load_channel_state($channel, $pts = 0)
public function &load_channel_state($channel, $pts = 1)
{
if (!isset($this->channels_state[$channel])) {
$this->channels_state[$channel] = ['pts' => $pts, 'sync_loading' => false];