Skip to content

Commit 1bd6c28

Browse files
committed
fix(Device): Fix issue with device changing name, as long as the id is the same, SoundSwitch will find the device.
Fixes #868
1 parent 3826e9b commit 1bd6c28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SoundSwitch.Common/Framework/Audio/Collection/DeviceCollection.cs

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public bool Contains(T item)
5959
}
6060

6161
return _byId.ContainsKey(item.Id) || _byName.ContainsKey(item.NameClean);
62+
6263
}
6364

6465
public void CopyTo(T[] array, int arrayIndex)

0 commit comments

Comments
 (0)