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