Pair more audio devices
This commit is contained in:
parent
b21d95cd27
commit
454414463c
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ def connect_device(path, address, properties, forceConnect, typeInput, typeAudio
|
|||
logging.info("Skipping device {} (no type)".format(getDevName(rproperties)));
|
||||
return
|
||||
|
||||
if not ( (typeInput and properties["Icon"].startswith("input")) or (typeAudio and properties["Icon"].startswith("audio-card")) ):
|
||||
if not ( (typeInput and properties["Icon"].startswith("input")) or (typeAudio and properties["Icon"].startswith("audio")) ):
|
||||
logging.info("Skipping device {} because of type {}".format(getDevName(rproperties), properties["Icon"]));
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in a new issue