Enable play controls on Stop. Fixes #7
This commit is contained in:
parent
ad717aeb2c
commit
70f693a86b
@ -470,6 +470,7 @@ class Window(QMainWindow, Ui_MainWindow):
|
|||||||
DEBUG("musicmuster.stop()")
|
DEBUG("musicmuster.stop()")
|
||||||
|
|
||||||
self.stop_playing(fade=False)
|
self.stop_playing(fade=False)
|
||||||
|
self.enable_play_next_controls()
|
||||||
|
|
||||||
def stop_playing(self, fade=True):
|
def stop_playing(self, fade=True):
|
||||||
"Stop playing current track"
|
"Stop playing current track"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user