NowPlaying.dll: Some tweaks.

This commit is contained in:
Birunthan Mohanathas
2011-11-19 12:06:51 +00:00
parent d3a2a8a137
commit 5d20dcbddd
2 changed files with 14 additions and 19 deletions

View File

@ -43,7 +43,7 @@ CPlayer::CPlayer() :
// Get temporary file for cover art
WCHAR buffer[MAX_PATH];
GetTempPath(MAX_PATH, buffer);
GetTempFileName(buffer, L"cvr", 0, buffer);
GetTempFileName(buffer, L"jpg", 0, buffer);
m_TempCoverPath = buffer;
}