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:
@ -310,7 +310,7 @@ LRESULT CALLBACK CPlayerCAD::WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM
|
||||
player->m_CoverPath.assign(data, 0, len);
|
||||
data.erase(0, ++len);
|
||||
|
||||
if (player->m_HasLyricsMeasure)
|
||||
if (player->m_Measures & MEASURE_LYRICS)
|
||||
{
|
||||
player->FindLyrics();
|
||||
}
|
||||
|
Reference in New Issue
Block a user