mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 01:27:00 +00:00
removed unused Housekeeping interface
This commit is contained in:
parent
487519a09f
commit
82933fbcc3
1 changed files with 1 additions and 6 deletions
|
@ -5,12 +5,7 @@
|
||||||
|
|
||||||
namespace NzbDrone.Core.Housekeeping
|
namespace NzbDrone.Core.Housekeeping
|
||||||
{
|
{
|
||||||
public interface IHousekeepingService
|
public class HousekeepingService : IExecute<HousekeepingCommand>
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public class HousekeepingService : IHousekeepingService, IExecute<HousekeepingCommand>
|
|
||||||
{
|
{
|
||||||
private readonly IEnumerable<IHousekeepingTask> _housekeepers;
|
private readonly IEnumerable<IHousekeepingTask> _housekeepers;
|
||||||
private readonly Logger _logger;
|
private readonly Logger _logger;
|
||||||
|
|
Loading…
Reference in a new issue