Fix summaries

This commit is contained in:
Matt Nadareski
2021-06-29 21:16:43 -07:00
parent c6f1523dd1
commit cd6414c032

View File

@@ -13,7 +13,7 @@ namespace RedBookPlayer.Hardware
#region Public Fields
/// <summary>
/// Indicate if the disc is ready to be used
/// Indicate if the output is ready to be used
/// </summary>
public bool Initialized { get; private set; } = false;
@@ -23,7 +23,7 @@ namespace RedBookPlayer.Hardware
public bool ApplyDeEmphasis { get; set; } = false;
/// <summary>
/// Indicate if the disc is playing
/// Indicate if the output is playing
/// </summary>
public bool Playing => _soundOut.PlaybackState == PlaybackState.Playing;