Fixed unmute command
This commit is contained in:
parent
8e95eb5010
commit
56a74798e5
1 changed files with 2 additions and 1 deletions
|
|
@ -135,7 +135,8 @@ def run_xmplay():
|
|||
r'{BinDir}\XMPlay\music.7z'.format(**global_vars)]
|
||||
|
||||
# Unmute audio first
|
||||
run_nircmd(['mutesysvolume', '0'])
|
||||
extract_item('NirCmd', silent=True)
|
||||
run_nircmd('mutesysvolume', '0')
|
||||
|
||||
# Open XMPlay
|
||||
popen_program(cmd)
|
||||
|
|
|
|||
Loading…
Reference in a new issue