Do not set initial state to STOPPED twice
This commit is contained in:
parent
a6cd24cc49
commit
9e59ef54e1
@ -247,7 +247,6 @@ class BasePlaybackController(object):
|
||||
def __init__(self, backend):
|
||||
self.backend = backend
|
||||
self._state = self.STOPPED
|
||||
self.state = self.STOPPED
|
||||
|
||||
@property
|
||||
def next_track(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user