fix: #806 - pressing q doesn't stops playback when in repeat mode

Esse commit está contido em:
Talha Asghar
2023-06-14 17:15:14 +05:00
commit 645617accd
+2 -1
Ver Arquivo
@@ -264,7 +264,8 @@ class CmdPlayer(BasePlayer):
def stop(self):
self.terminate_process()
self.song_no = len(self.songlist)
raise KeyboardInterrupt
#self.song_no = len(self.songlist)
def terminate_process(self):
self.p.terminate()