We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4621e44 commit 553b409Copy full SHA for 553b409
SoundSwitch/Model/AppModel.cs
@@ -65,7 +65,7 @@ public DefaultDeviceChangedJob(AppModel appModel, DeviceFullInfo device, Role ro
65
_appModel = appModel;
66
_device = device;
67
_role = role;
68
- Key = $"default-device-changed-{device.Type}";
+ Key = $"default-device-changed-{device.Type}-{role}";
69
}
70
71
public Task ExecuteAsync(CancellationToken cancellationToken)
0 commit comments