mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
NowPlaying.dll:
- Fixed that album name and cover were not always displayed with Winamp due to r1018 - Shuffle and repeat state is now rechecked on track change with iTunes - Improved performance when reading file tags/cover - Updated iTunes SDK files
This commit is contained in:
@ -124,7 +124,7 @@ void CPlayer::UpdateMeasure()
|
||||
*/
|
||||
void CPlayer::FindCover()
|
||||
{
|
||||
TagLib::FileRef fr(m_FilePath.c_str());
|
||||
TagLib::FileRef fr(m_FilePath.c_str(), false);
|
||||
if (!fr.isNull() && CCover::GetEmbedded(fr, m_TempCoverPath))
|
||||
{
|
||||
m_CoverPath = m_TempCoverPath;
|
||||
|
Reference in New Issue
Block a user