Skip to content

Commit 51f8f3f

Browse files
committed
Some event variable weren't renamed
1 parent b99eaf2 commit 51f8f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SteelSeriesAPI/Sonar/Events/SonarPlaybackDeviceEvent.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class SonarPlaybackDeviceEvent : EventArgs
1111

1212
public Mode Mode { get; set; }
1313

14-
public Channel? Device { get; set; }
14+
public Channel? Channel { get; set; }
1515

16-
public Mix? Channel { get; set; }
16+
public Mix? Mix { get; set; }
1717
}

0 commit comments

Comments
 (0)