mirror of
http://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-21 15:31:29 +00:00
always reset play position when (un)shuffle
This commit is contained in:
parent
c1d1c97698
commit
aa79802bf8
|
@ -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':
|
||||
|
|
Loading…
Reference in a new issue