Skip to content

Commit

Permalink
[tagloader] read popm ratings from banshee (closes xbmc#15333)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkortstiege committed Jul 10, 2014
1 parent af67986 commit 040259d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/music/tags/TagLoaderTagLib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ bool CTagLoaderTagLib::ParseID3v2Tag(ID3v2::Tag *id3v2, EmbeddedArt *art, CMusic
else if (tag.GetRating() == '0')
{
if (popFrame->email() != "Windows Media Player 9 Series" &&
popFrame->email() != "Banshee" &&
popFrame->email() != "no@email" &&
popFrame->email() != "[email protected]" &&
popFrame->email() != "[email protected]")
Expand Down

0 comments on commit 040259d

Please sign in to comment.