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

@ -57,6 +57,7 @@ private:
HWND m_Window;
HWND m_PlayerWindow;
std::wstring m_PlayerPath;
bool m_ExtendedAPI;
};
#endif