Ensure that seek triggers playing
This commit is contained in:
parent
01b854b891
commit
42bd13f30a
@ -63,6 +63,8 @@ class LocalPlaybackController(BasePlaybackController):
|
||||
|
||||
def _seek(self, time_position):
|
||||
self._send({'command': 'set_position', 'position': time_position})
|
||||
if self.state == self.STOPPED:
|
||||
self._set_state('PLAYING')
|
||||
|
||||
@property
|
||||
def time_position(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user