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:
@@ -42,7 +42,7 @@ namespace RedBookPlayer.Common.Hardware
|
||||
public int Volume
|
||||
{
|
||||
get => _volume;
|
||||
set
|
||||
private set
|
||||
{
|
||||
int tempVolume = value;
|
||||
if(value > 100)
|
||||
|
||||
Reference in New Issue
Block a user