aboutsummaryrefslogtreecommitdiff
path: root/src/github/daneren2005/dsub/service/parser/RandomSongsParser.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/github/daneren2005/dsub/service/parser/RandomSongsParser.java')
-rw-r--r--src/github/daneren2005/dsub/service/parser/RandomSongsParser.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/github/daneren2005/dsub/service/parser/RandomSongsParser.java b/src/github/daneren2005/dsub/service/parser/RandomSongsParser.java
index 3e62d3dc..88be3662 100644
--- a/src/github/daneren2005/dsub/service/parser/RandomSongsParser.java
+++ b/src/github/daneren2005/dsub/service/parser/RandomSongsParser.java
@@ -36,7 +36,6 @@ public class RandomSongsParser extends MusicDirectoryEntryParser {
}
public MusicDirectory parse(Reader reader, ProgressListener progressListener) throws Exception {
- updateProgress(progressListener, R.string.parser_reading);
init(reader);
MusicDirectory dir = new MusicDirectory();
@@ -54,7 +53,6 @@ public class RandomSongsParser extends MusicDirectoryEntryParser {
} while (eventType != XmlPullParser.END_DOCUMENT);
validate();
- updateProgress(progressListener, R.string.parser_reading_done);
return dir;
}