* don't track number of matched files, no need, rename count makes more sense
This commit is contained in:
parent
eb75ee3cb6
commit
7a2f7310de
|
@ -196,7 +196,6 @@ class EpisodeListMatcher implements AutoCompleteMatcher {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
Analytics.trackEvent(provider.getName(), "Match", "Episode", matches.size());
|
|
||||||
return matches;
|
return matches;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -132,7 +132,6 @@ class MovieHashMatcher implements AutoCompleteMatcher {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
Analytics.trackEvent(service.getName(), "Match", "Movie", matches.size());
|
|
||||||
return matches;
|
return matches;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue