Fix comments

This commit is contained in:
Matt Nadareski
2021-06-28 21:17:53 -07:00
parent 60edd57771
commit f28de1a13d

View File

@@ -136,12 +136,12 @@ namespace RedBookPlayer
}
/// <summary>
/// Represents the pre-emphasis flag
/// Represents the PRE flag
/// </summary>
public bool TrackHasEmphasis { get; private set; } = false;
/// <summary>
/// Represents the PRE flag
/// Indicates if de-emphasis should be applied
/// </summary>
public bool ApplyDeEmphasis { get; private set; } = false;