reset shuffle to false when normal exit

This commit is contained in:
localhost_frssoft 2023-06-28 19:33:45 +03:00
parent c949f9fde2
commit ebd4d14876
1 changed files with 1 additions and 0 deletions

View File

@ -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()