mirror of
https://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-15 03:33:01 +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 New Issue
Block a user