Fix BasePlaybackController with respect to test_new_playlist_loaded_callback_when_paused
This commit is contained in:
parent
f9200893dd
commit
3957a2c9d7
@ -439,6 +439,8 @@ class BasePlaybackController(object):
|
||||
self.play()
|
||||
else:
|
||||
self.stop()
|
||||
elif self.state == self.PAUSED:
|
||||
self.stop()
|
||||
|
||||
def next(self):
|
||||
"""Play the next track."""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user