mpxplugins/serviceplugins/collectionplugins/mpxsqlitedbhgplugin/src/mpxdbhandler.cpp
changeset 4 beaa16f65879
parent 2 b70d77332e66
child 11 13afc0e517bd
equal deleted inserted replaced
3:3f752ecfeea4 4:beaa16f65879
   786 
   786 
   787         if (contentId == KMPXMediaIdGeneral && attributeId & EMPXMediaGeneralCount)
   787         if (contentId == KMPXMediaIdGeneral && attributeId & EMPXMediaGeneralCount)
   788             {
   788             {
   789             MPX_DEBUG1("    EMPXMediaGeneralCount");
   789             MPX_DEBUG1("    EMPXMediaGeneralCount");
   790 
   790 
   791             attributes.Append(TMPXAttribute(KMPXMediaIdGeneral, attributeId & !EMPXMediaGeneralCount));
   791             attributes.Append(TMPXAttribute(KMPXMediaIdGeneral, attributeId & ~EMPXMediaGeneralCount));
   792 
   792 
   793             tryGetSongCount = ETrue;
   793             tryGetSongCount = ETrue;
   794             break;
   794             break;
   795             }
   795             }
   796 
   796