Include SoundOutput in force refresh

This commit is contained in:
Matt Nadareski
2021-07-05 13:04:48 -07:00
parent 761afb9344
commit 30e4573be6

View File

@@ -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