Fixed unmute command

This commit is contained in:
2Shirt 2018-10-07 14:32:14 -06:00
parent 8e95eb5010
commit 56a74798e5

View file

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