mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
Some analytic stuff
This commit is contained in:
parent
89db8eb728
commit
1c0e00e4ba
7 changed files with 50 additions and 9 deletions
|
@ -41,6 +41,7 @@ using PlexRequests.Store.Repository;
|
|||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Threading;
|
||||
using System.Windows.Forms;
|
||||
|
||||
using CommandLine;
|
||||
|
@ -48,6 +49,8 @@ using CommandLine;
|
|||
using PlexRequests.Helpers.Analytics;
|
||||
using PlexRequests.UI.Start;
|
||||
|
||||
using Action = PlexRequests.Helpers.Analytics.Action;
|
||||
|
||||
namespace PlexRequests.UI
|
||||
{
|
||||
class Program
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue