mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2025-12-16 19:24:41 +00:00
Ensure access modifiers set properly
This commit is contained in:
@@ -53,7 +53,7 @@ namespace RedBookPlayer.Common
|
||||
public ulong SectionStartSector
|
||||
{
|
||||
get => _sectionStartSector;
|
||||
protected set => this.RaiseAndSetIfChanged(ref _sectionStartSector, value);
|
||||
private set => this.RaiseAndSetIfChanged(ref _sectionStartSector, value);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user