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

Commit ec733f09 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

am d88404d0: Merge "Fix .pls playlist parsing" into jb-dev

* commit 'd88404d0':
  Fix .pls playlist parsing
parents 5653f280 d88404d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1623,7 +1623,7 @@ public class MediaScanner
                    if (line.startsWith("File")) {
                    if (line.startsWith("File")) {
                        int equals = line.indexOf('=');
                        int equals = line.indexOf('=');
                        if (equals > 0) {
                        if (equals > 0) {
                            cachePlaylistEntry(line, playListDirectory);
                            cachePlaylistEntry(line.substring(equals + 1), playListDirectory);
                        }
                        }
                    }
                    }
                    line = reader.readLine();
                    line = reader.readLine();