1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-04 22:40:51 +00:00
Sonarr/NzbDrone.Core/Messaging/Tracking/TrackedCommandCleanupCommand.cs

10 lines
158 B
C#
Raw Normal View History

2013-09-11 06:33:47 +00:00
using NzbDrone.Core.Messaging.Commands;
namespace NzbDrone.Core.Messaging.Tracking
{
public class TrackedCommandCleanupCommand : Command
{
}
}