Skip to content

Commit 465822d

Browse files
Fix build error
1 parent cecf25b commit 465822d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MSURandomizerUI/Controls/MsuMonitorWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public void Show(Msu msu)
111111

112112
_ = Task.Run(() =>
113113
{
114-
_msuMonitorService?.StartMonitor(msu);
114+
_msuMonitorService?.StartMonitor(msu, _msuType!);
115115
});
116116

117117
Show();

0 commit comments

Comments
 (0)