Added code to submit statistics.

This commit is contained in:
2017-06-03 01:18:36 +01:00
parent 55eb8a2a70
commit eca3916891
4 changed files with 129 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ namespace DiscImageChef.Commands
if(Settings.Settings.Current.ShareReports)
{
Remote.SubmitReport(xmlSer);
Remote.SubmitReport(report);
}
}
}