MediaReader icon indicating copy to clipboard operation
MediaReader copied to clipboard

typo

Open birbilis opened this issue 7 years ago • 0 comments

the home page writes:

var capture = new MediaCapture(); await _capture.InitializeAsync(settings);

but most probably this should be

var capture = new MediaCapture(); await capture.InitializeAsync(settings);

that is skip the _

birbilis avatar Aug 24 '17 11:08 birbilis