mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-01 12:45:03 +00:00
8 lines
144 B
C#
8 lines
144 B
C#
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.Housekeeping
|
|
{
|
|
public class HousekeepingCommand : Command
|
|
{
|
|
}
|
|
}
|