NowPlayingPlugin: Added PlayerType=FILE and fixed that TrackChangeAction is executed when track metadata is changed.

This commit is contained in:
Birunthan Mohanathas
2011-05-22 08:06:43 +00:00
parent e05aca67fc
commit ef97fb2435
12 changed files with 179 additions and 358 deletions

View File

@ -92,6 +92,7 @@ void CPlayer::ClearInfo()
m_Artist.clear();
m_Album.clear();
m_Title.clear();
m_FilePath.clear();
m_CoverPath.clear();
}