mirror of
http://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-05 18:23:11 +00:00
reset shuffle to false when normal exit
This commit is contained in:
parent
c949f9fde2
commit
ebd4d14876
|
@ -181,6 +181,7 @@ def player_menu(header='', storage={}):
|
|||
src.fw_api.hide_content(
|
||||
{'target': {'id': track.get('artist').get('id'), 'type': 'artist'}})
|
||||
elif select == 'Exit':
|
||||
shuffle = False
|
||||
soft_volume_reduce()
|
||||
player.playlist_clear()
|
||||
player.stop()
|
||||
|
|
Loading…
Reference in a new issue