mirror of
https://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-22 15:59:21 +02: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:
|
else:
|
||||||
shuffle = True
|
shuffle = True
|
||||||
player.playlist_shuffle()
|
player.playlist_shuffle()
|
||||||
|
player.playlist_play_index(0)
|
||||||
elif select == 'Download':
|
elif select == 'Download':
|
||||||
name_downloaded = download_track(player.stream_open_filename)
|
name_downloaded = download_track(player.stream_open_filename)
|
||||||
elif select == 'Info':
|
elif select == 'Info':
|
||||||
|
|
Loading…
Reference in New Issue