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:
@ -176,6 +176,8 @@ void CPlayerWinamp::UpdateData()
|
||||
m_Artist = tag->artist().toWString();
|
||||
m_Album = tag->album().toWString();
|
||||
m_Title = tag->title().toWString();
|
||||
m_Number = tag->track();
|
||||
m_Year = tag->year();
|
||||
|
||||
if (m_Measures & MEASURE_LYRICS)
|
||||
{
|
||||
|
Reference in New Issue
Block a user