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:
@ -118,8 +118,8 @@ bool CPlayerAIMP::CheckWindow()
|
||||
*/
|
||||
void CPlayerAIMP::UpdateData()
|
||||
{
|
||||
static long oldFileSize = 0;
|
||||
static UINT oldTitleLen = 0;
|
||||
static INT64 oldFileSize = 0;
|
||||
static long oldTitleLen = 0;
|
||||
|
||||
if (!m_Initialized)
|
||||
{
|
||||
@ -198,12 +198,12 @@ void CPlayerAIMP::UpdateData()
|
||||
++m_TrackCount;
|
||||
|
||||
// Find cover if needed
|
||||
if (m_HasCoverMeasure)
|
||||
if (m_Measures & MEASURE_COVER)
|
||||
{
|
||||
FindCover();
|
||||
}
|
||||
|
||||
if (m_HasLyricsMeasure)
|
||||
if (m_Measures & MEASURE_LYRICS)
|
||||
{
|
||||
FindLyrics();
|
||||
}
|
||||
|
Reference in New Issue
Block a user