diff --git a/RedBookPlayer/PlayableDisc.cs b/RedBookPlayer/PlayableDisc.cs index 9f22e8e..7feaa8d 100644 --- a/RedBookPlayer/PlayableDisc.cs +++ b/RedBookPlayer/PlayableDisc.cs @@ -136,12 +136,12 @@ namespace RedBookPlayer } /// - /// Represents the pre-emphasis flag + /// Represents the PRE flag /// public bool TrackHasEmphasis { get; private set; } = false; /// - /// Represents the PRE flag + /// Indicates if de-emphasis should be applied /// public bool ApplyDeEmphasis { get; private set; } = false;