Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dba93b68 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 27318 into eclair

* changes:
  Check that playlist entries refer to a row in the audio table.
parents e883847f d4f3586c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
        }