NowPlayingPlugin: Fixed PlayPause issue with MusicBee.

This commit is contained in:
Birunthan Mohanathas
2011-07-10 09:30:51 +00:00
parent 349ad952ad
commit a74ee23da3
5 changed files with 16 additions and 14 deletions

View File

@ -76,12 +76,12 @@ void CPlayer::AddInstance()
*/
void CPlayer::RemoveInstance()
{
m_UpdateCount = 0;
if (--m_InstanceCount == 0)
{
delete this;
}
m_UpdateCount = 0;
}
/*