NowPlayingPlugin: Added SetPosition and Pause bangs plus some tweaks.

This commit is contained in:
Birunthan Mohanathas
2011-06-09 09:47:55 +00:00
parent a2396a7d0f
commit 62d441bd3d
22 changed files with 285 additions and 1935 deletions

View File

@ -23,10 +23,6 @@
extern std::wstring g_CachePath;
// =======================================================================
// PlayerData functions
// =======================================================================
/*
** CPlayer
**
@ -267,7 +263,7 @@ bool CPlayer::GetArtAPE(TagLib::APE::Tag* tag)
}
/*
** GetArtAPE
** GetArtID3
**
** Extracts cover art embedded in ID3v2 tags.
**