SVN Rev 17065
#1
If anyone has trouble like I did with compiling, there's a typo in the src in /xbmc/utils/GUIInfoManager.cpp

Line 3441 is:

Quote:return CorrectAllItemsSortHack(item->GetMusicInfoTag->GetAlbumArtist());

Should be:

Quote:return CorrectAllItemsSortHack(item->GetMusicInfoTag()->GetAlbumArtist());
Reply
#2
Thanks.. Fixed in 17066.
42.7% of all statistics are made up on the spot

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#3
tslayer Wrote:Thanks.. Fixed in 17066.

Wasn't sure who to contact so I figured I'd let others know. ^_^
Reply

Logout Mark Read Team Forum Stats Members Help
SVN Rev 170650