mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2025-12-16 19:24:41 +00:00
Include SoundOutput in force refresh
This commit is contained in:
@@ -217,8 +217,9 @@ namespace RedBookPlayer.Hardware
|
|||||||
// Mark the player as ready
|
// Mark the player as ready
|
||||||
Initialized = true;
|
Initialized = true;
|
||||||
|
|
||||||
// Force a refresh of the disc information
|
// Force a refresh of the state information
|
||||||
OpticalDiscStateChanged(this, null);
|
OpticalDiscStateChanged(this, null);
|
||||||
|
SoundOutputStateChanged(this, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
#region Playback
|
#region Playback
|
||||||
|
|||||||
Reference in New Issue
Block a user