mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
NowPlaying.dll: Added support for types NUMBER and YEAR
This commit is contained in:
@ -30,6 +30,8 @@ CPlayer::CPlayer() :
|
||||
m_TrackCount(),
|
||||
m_Measures(),
|
||||
m_State(),
|
||||
m_Number(1),
|
||||
m_Year(),
|
||||
m_Shuffle(false),
|
||||
m_Repeat(false),
|
||||
m_Duration(),
|
||||
@ -204,4 +206,6 @@ void CPlayer::ClearData()
|
||||
m_Duration = 0;
|
||||
m_Position = 0;
|
||||
m_Rating = 0;
|
||||
m_Number = 0;
|
||||
m_Year = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user