Include _pending_position 0 (zero) as valid target
This commit is contained in:
parent
c2c64620b1
commit
7757d306ea
@ -230,7 +230,7 @@ class PlaybackController(object):
|
||||
self._seek(self._pending_position)
|
||||
|
||||
def _on_position_changed(self, position):
|
||||
if self._pending_position:
|
||||
if self._pending_position is not None:
|
||||
self._trigger_seeked(self._pending_position)
|
||||
self._pending_position = None
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user