DummyLibraryController._seek() should return True like the rest
This commit is contained in:
parent
e250884fd6
commit
8f18d9582f
@ -59,7 +59,7 @@ class DummyPlaybackController(BasePlaybackController):
|
||||
return True
|
||||
|
||||
def _seek(self, time_position):
|
||||
pass
|
||||
return True
|
||||
|
||||
def _stop(self):
|
||||
return True
|
||||
|
||||
Loading…
Reference in New Issue
Block a user