hikaricore
2009-01-14, 06:17
If anyone has trouble like I did with compiling, there's a typo in the src in /xbmc/utils/GUIInfoManager.cpp
Line 3441 is:
return CorrectAllItemsSortHack(item->GetMusicInfoTag->GetAlbumArtist());
Should be:
return CorrectAllItemsSortHack(item->GetMusicInfoTag()->GetAlbumArtist());
Line 3441 is:
return CorrectAllItemsSortHack(item->GetMusicInfoTag->GetAlbumArtist());
Should be:
return CorrectAllItemsSortHack(item->GetMusicInfoTag()->GetAlbumArtist());