mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
removed unused Housekeeping interface
This commit is contained in:
@@ -5,12 +5,7 @@ using NzbDrone.Core.Messaging.Commands;
|
|||||||
|
|
||||||
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user