mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
NowPlayingPlugin: Minor tweaks.
This commit is contained in:
@ -387,7 +387,7 @@ void CPlayerITunes::OnTrackChange()
|
||||
++m_TrackCount;
|
||||
m_FilePath = tmpStr;
|
||||
|
||||
if (m_HasCoverMeasure)
|
||||
if (m_Measures & MEASURE_COVER)
|
||||
{
|
||||
m_CoverPath = GetCacheFile();
|
||||
if (!CCover::GetCached(m_CoverPath))
|
||||
@ -432,7 +432,7 @@ void CPlayerITunes::OnTrackChange()
|
||||
}
|
||||
}
|
||||
|
||||
if (m_HasLyricsMeasure)
|
||||
if (m_Measures & MEASURE_LYRICS)
|
||||
{
|
||||
FindLyrics();
|
||||
}
|
||||
|
Reference in New Issue
Block a user