always reset play position when (un)shuffle

This commit is contained in:
localhost_frssoft 2023-06-21 02:50:45 +03:00
parent c1d1c97698
commit aa79802bf8
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ def player_menu(header='', storage={}):
else:
shuffle = True
player.playlist_shuffle()
player.playlist_play_index(0)
elif select == 'Download':
name_downloaded = download_track(player.stream_open_filename)
elif select == 'Info':