mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2025-12-16 19:24:41 +00:00
Move ApplyDeEmphasis in model
This commit is contained in:
@@ -42,10 +42,6 @@ namespace RedBookPlayer.GUI
|
||||
set => this.RaiseAndSetIfChanged(ref _volume, value);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Disc Flags
|
||||
|
||||
private bool _applyDeEmphasis;
|
||||
public bool ApplyDeEmphasis
|
||||
{
|
||||
@@ -53,6 +49,10 @@ namespace RedBookPlayer.GUI
|
||||
set => this.RaiseAndSetIfChanged(ref _applyDeEmphasis, value);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Disc Flags
|
||||
|
||||
private bool _quadChannel;
|
||||
public bool QuadChannel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user