Enable play controls after fade command
This commit is contained in:
parent
5847345cdd
commit
e1b9dacd34
@ -251,6 +251,7 @@ class Window(QMainWindow, Ui_MainWindow):
|
|||||||
if not self.current_track:
|
if not self.current_track:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
self.enable_play_next_controls()
|
||||||
self.previous_track = self.current_track
|
self.previous_track = self.current_track
|
||||||
self.previous_track_position = self.music.fade()
|
self.previous_track_position = self.music.fade()
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user