audio plugin: execute reset_controller as a last
This commit is contained in:
parent
63558e96c1
commit
b1d9c9ec14
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue