am aa507136: am dba93b68: Merge change 27318 into eclair

Merge commit 'aa507136493b24a899b270367b08a7158085c9b8'

* commit 'aa507136493b24a899b270367b08a7158085c9b8':
  Check that playlist entries refer to a row in the audio table.
This commit is contained in:
Marco Nelissen
2009-09-28 10:04:50 -07:00
committed by Android Git Automerger

View File

@@ -1273,7 +1273,8 @@ public class MediaScanner
}
}
if (bestMatch == null) {
// if the match is not for an audio file, bail out
if (bestMatch == null || ! mAudioUri.equals(bestMatch.mTableUri)) {
return false;
}