Fix last access modifier

This commit is contained in:
Matt Nadareski
2021-07-05 16:30:38 -07:00
parent 32a686d4d1
commit bd159b95a5
4 changed files with 11 additions and 6 deletions

View File

@@ -99,7 +99,7 @@ namespace RedBookPlayer.Common.Discs
public override ulong CurrentSector
{
get => _currentSector;
set
protected set
{
// Unset image means we can't do anything
if(_image == null)