Silence CS1998 warning in StartStream stub

This commit is contained in:
2026-08-04 09:16:54 -07:00
parent 84599303fc
commit b3c81f0af8
+1
View File
@@ -124,6 +124,7 @@ public class MainViewModel : ViewModelBase
// TODO: Initialize capture pipeline, encode, and push to RTMP
// For now, simulate connection
await Task.Delay(500);
StreamStatus = StreamStatus.Streaming;
OnPropertyChanged(nameof(StatusDisplay));
}