1
0
Fork 0

audio plugin: execute reset_controller as a last

This commit is contained in:
Jan Vcelak 2013-01-23 18:50:03 +01:00
parent 63558e96c1
commit b1d9c9ec14

View file

@ -69,7 +69,7 @@ class AudioPlugin(base.Plugin):
except:
return None
@command_custom("reset_controller", per_device=True)
@command_custom("reset_controller", per_device=True, priority=10)
def _reset_controller(self, enabling, value, device):
sys_file = self._reset_controller_path(device)
if os.path.exists(sys_file):