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:
@ -115,7 +115,7 @@ void CPlayerSpotify::UpdateData()
|
||||
m_Artist = artist;
|
||||
++m_TrackCount;
|
||||
|
||||
if (m_HasLyricsMeasure)
|
||||
if (m_Measures & MEASURE_LYRICS)
|
||||
{
|
||||
FindLyrics();
|
||||
}
|
||||
|
Reference in New Issue
Block a user