mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2025-12-16 19:24:41 +00:00
Use safer accessor
This commit is contained in:
@@ -275,7 +275,7 @@ namespace RedBookPlayer.Hardware
|
||||
dataContext.TotalSectors = _opticalDisc.TotalTime;
|
||||
dataContext.Volume = App.Settings.Volume;
|
||||
|
||||
dataContext.ApplyDeEmphasis = _soundOutput.ApplyDeEmphasis;
|
||||
dataContext.ApplyDeEmphasis = ApplyDeEmphasis;
|
||||
dataContext.HiddenTrack = _opticalDisc.TimeOffset > 150;
|
||||
|
||||
if(_opticalDisc is CompactDisc compactDisc)
|
||||
|
||||
Reference in New Issue
Block a user