mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2025-12-16 19:24:41 +00:00
Fix last access modifier
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user