* don't confuse movie lookups with subtitle lookups

This commit is contained in:
Reinhard Pointner 2011-11-08 04:39:04 +00:00
parent fd47405f0c
commit 664e3e4d53
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ class VideoHashSubtitleDownloadDialog extends JDialog {
}
// make subtitle column visible
Analytics.trackEvent(service.getName(), "HashLookup", "Movie", subtitles.size()); // number of positive hash lookups
Analytics.trackEvent(service.getName(), "HashLookup", "Subtitle", subtitles.size()); // number of positive hash lookups
mappingModel.setOptionColumnVisible(true);
} catch (Exception e) {
Logger.getLogger(VideoHashSubtitleDownloadDialog.class.getName()).log(Level.WARNING, e.getMessage());