Grab Stats

This commit is contained in:
Qstick
2021-02-17 22:54:47 -05:00
parent 79c96b86a4
commit 783c29ef80
8 changed files with 41 additions and 10 deletions

View File

@@ -111,6 +111,7 @@ namespace NzbDrone.Core.History
};
history.Data.Add("Successful", message.Successful.ToString());
history.Data.Add("Source", message.Source ?? string.Empty);
_historyRepository.Insert(history);
}