From 30e4573be6d5ac50ab8f796f9fead0e29c745e08 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 5 Jul 2021 13:04:48 -0700 Subject: [PATCH] Include SoundOutput in force refresh --- RedBookPlayer/Hardware/Player.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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