1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-23 22:40:54 +00:00
Lidarr/NzbDrone.Core/Housekeeping/HousekeepingCommand.cs

9 lines
144 B
C#
Raw Normal View History

2013-09-19 00:25:45 +00:00
using NzbDrone.Core.Messaging.Commands;
namespace NzbDrone.Core.Housekeeping
{
public class HousekeepingCommand : Command
{
}
}