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:
@ -138,7 +138,7 @@ LRESULT CALLBACK CPlayerWLM::WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM
|
||||
len = data.find_first_of(L'\\');
|
||||
player->m_Album.assign(data, 0, len);
|
||||
|
||||
if (player->m_HasLyricsMeasure)
|
||||
if (player->m_Measures & MEASURE_LYRICS)
|
||||
{
|
||||
player->FindLyrics();
|
||||
}
|
||||
|
Reference in New Issue
Block a user