Skip to content

Commit 9952427

Browse files
committed
1.8.2-2
Changed audio device name
1 parent 04298ab commit 9952427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/AutoHDR.Audio/AudioDevice.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public DeviceState State
5151

5252
public bool IsDefaultCommunicationsDevice => BaseDevice.IsDefaultCommunicationsDevice;
5353
public bool IsDefaultDevice => BaseDevice.IsDefaultDevice;
54-
public string Name => BaseDevice.Name;
54+
public string Name => BaseDevice.FullName;
5555
public Guid ID => BaseDevice.Id;
5656

5757
public bool IsMuted => BaseDevice.IsMuted;

0 commit comments

Comments
 (0)