mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
NowPlaying.dll: Fixed some bangs caused iTunes to crash when no track is playing
This commit is contained in:
@ -55,6 +55,8 @@ CPlayer::CPlayer() :
|
||||
*/
|
||||
CPlayer::~CPlayer()
|
||||
{
|
||||
DeleteFile(m_TempCoverPath.c_str());
|
||||
|
||||
if (m_InternetThread)
|
||||
{
|
||||
TerminateThread(m_InternetThread, 0);
|
||||
|
Reference in New Issue
Block a user