Fixed an issue where the progress bar did not reset when starting the currently playing song again with the select action.
This commit is contained in:
@ -532,6 +532,7 @@ class Player:
|
||||
if playlist_length > 0:
|
||||
self.client.play(self.selected_song % playlist_length)
|
||||
self.update_needed = True
|
||||
self.last_song = None
|
||||
|
||||
|
||||
key = self.stdscr.getch()
|
||||
|
Reference in New Issue
Block a user