Fix music stop bug

This commit is contained in:
Arthur Golubtsov
2020-03-23 20:29:04 +03:00
parent c9d888e23c
commit 0290679b00

View File

@@ -590,6 +590,7 @@ class MainWindow(QtWidgets.QMainWindow):
logging.error("No media file")
return
self.player.stop()
self.ui.action_play_music.setText("Play music")
@asyncio.coroutine
def play_music_at_time(self, t):