mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
NowPlaying.dll: Some tweaks.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user