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

Commit 538d4925 authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Fix .pls playlist parsing

b/6508278

Change-Id: I015ecf3fa599601ba4e9d018be24d0685e153239
parent a7ea0d39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1623,7 +1623,7 @@ public class MediaScanner
                    if (line.startsWith("File")) {
                        int equals = line.indexOf('=');
                        if (equals > 0) {
                            cachePlaylistEntry(line, playListDirectory);
                            cachePlaylistEntry(line.substring(equals + 1), playListDirectory);
                        }
                    }
                    line = reader.readLine();