mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Submit pending statistics on bootup.
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
* Main.cs:
|
||||||
|
Submit pending statistics on bootup.
|
||||||
|
|
||||||
* Commands/Statistics.cs:
|
* Commands/Statistics.cs:
|
||||||
Call to statistics from metadata.
|
Call to statistics from metadata.
|
||||||
|
|
||||||
|
|||||||
@@ -47,6 +47,8 @@ namespace DiscImageChef
|
|||||||
|
|
||||||
Settings.Settings.LoadSettings();
|
Settings.Settings.LoadSettings();
|
||||||
Core.Statistics.LoadStats();
|
Core.Statistics.LoadStats();
|
||||||
|
if(Settings.Settings.Current.Stats.ShareStats)
|
||||||
|
Core.Statistics.SubmitStats();
|
||||||
|
|
||||||
Parser.Default.ParseArguments(args, new[] {typeof(AnalyzeOptions), typeof(CompareOptions), typeof(ChecksumOptions),
|
Parser.Default.ParseArguments(args, new[] {typeof(AnalyzeOptions), typeof(CompareOptions), typeof(ChecksumOptions),
|
||||||
typeof(EntropyOptions), typeof(VerifyOptions), typeof(PrintHexOptions),
|
typeof(EntropyOptions), typeof(VerifyOptions), typeof(PrintHexOptions),
|
||||||
|
|||||||
Reference in New Issue
Block a user