mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
NowPlaying.dll:
- Fixed that invalid PlayerName= caused crash - Fixed that PlayerType=COVER didn't work with iTunes
This commit is contained in:
@ -423,8 +423,8 @@ void CPlayerITunes::OnTrackChange()
|
||||
|
||||
if (SUCCEEDED(hr))
|
||||
{
|
||||
tmpStr = (BSTR)m_TempCoverPath.c_str();
|
||||
hr = artwork->SaveArtworkToFile(tmpStr);
|
||||
CComBSTR coverPath = m_TempCoverPath.c_str();
|
||||
hr = artwork->SaveArtworkToFile(coverPath);
|
||||
if (SUCCEEDED(hr))
|
||||
{
|
||||
m_CoverPath = m_TempCoverPath;
|
||||
|
Reference in New Issue
Block a user