mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
10 lines
158 B
C#
10 lines
158 B
C#
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.Messaging.Tracking
|
|
{
|
|
public class TrackedCommandCleanupCommand : Command
|
|
{
|
|
|
|
}
|
|
}
|