mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
NowPlaying.dll: Fixed that SHUFFLE, REPEAT, and VOLUME were not reset on player shutdown
This commit is contained in:
@ -112,12 +112,13 @@ void CPlayerWinamp::UpdateData()
|
||||
if (!IsWindow(m_Window))
|
||||
{
|
||||
m_Initialized = false;
|
||||
ClearData();
|
||||
|
||||
if (m_WinampHandle) CloseHandle(m_WinampHandle);
|
||||
}
|
||||
|
||||
if (m_State != STATE_STOPPED)
|
||||
else if (m_State != STATE_STOPPED)
|
||||
{
|
||||
ClearData();
|
||||
ClearData(false);
|
||||
}
|
||||
|
||||
// Don't continue if Winamp has quit or is stopped
|
||||
|
Reference in New Issue
Block a user