aboutsummaryrefslogtreecommitdiff
path: root/src/github/daneren2005/dsub/service/parser/IndexesParser.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/github/daneren2005/dsub/service/parser/IndexesParser.java')
-rw-r--r--src/github/daneren2005/dsub/service/parser/IndexesParser.java7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/github/daneren2005/dsub/service/parser/IndexesParser.java b/src/github/daneren2005/dsub/service/parser/IndexesParser.java
index 3af76e1d..d718a387 100644
--- a/src/github/daneren2005/dsub/service/parser/IndexesParser.java
+++ b/src/github/daneren2005/dsub/service/parser/IndexesParser.java
@@ -40,12 +40,9 @@ import github.daneren2005.dsub.util.Util;
*/
public class IndexesParser extends MusicDirectoryEntryParser {
private static final String TAG = IndexesParser.class.getSimpleName();
-
- private Context context;
- public IndexesParser(Context context) {
- super(context);
- this.context = context;
+ public IndexesParser(Context context, int instance) {
+ super(context, instance);
}
public Indexes parse(Reader reader, ProgressListener progressListener) throws Exception {