mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-03 02:00:59 +02:00
9 lines
158 B
C#
9 lines
158 B
C#
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.Messaging.Tracking
|
|
{
|
|
public class TrackedCommandCleanupCommand : Command
|
|
{
|
|
|
|
}
|
|
}
|