diff --git a/RedBookPlayer/Hardware/Player.cs b/RedBookPlayer/Hardware/Player.cs index b592834..635abcb 100644 --- a/RedBookPlayer/Hardware/Player.cs +++ b/RedBookPlayer/Hardware/Player.cs @@ -217,8 +217,9 @@ namespace RedBookPlayer.Hardware // Mark the player as ready Initialized = true; - // Force a refresh of the disc information + // Force a refresh of the state information OpticalDiscStateChanged(this, null); + SoundOutputStateChanged(this, null); } #region Playback