Started on the UI !wip

This commit is contained in:
TidusJar 2018-12-03 21:44:07 +00:00
commit e8c6b23304
7 changed files with 53 additions and 2 deletions

View file

@ -198,6 +198,7 @@ namespace Ombi.DependencyInjection
services.AddTransient<ILidarrArtistSync, LidarrArtistSync>();
services.AddTransient<ILidarrAvailabilityChecker, LidarrAvailabilityChecker>();
services.AddTransient<IIssuesPurge, IssuesPurge>();
services.AddTransient<IResendFailedRequests, ResendFailedRequests>();
}
}
}