Merge "Fix .pls playlist parsing" into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d88404d0a1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user