1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-19 14:11:40 +00:00
Radarr/NzbDrone.Core/Housekeeping/HousekeepingCommand.cs

12 lines
230 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NzbDrone.Core.Messaging.Commands;
namespace NzbDrone.Core.Housekeeping
{
public class HousekeepingCommand : Command
{
}
}