1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-03-01 01:16:14 +00:00
Radarr/NzbDrone.Core/Instrumentation/Commands/TrimLogCommand.cs

8 lines
144 B
C#
Raw Normal View History

2013-06-19 01:01:08 +00:00
using NzbDrone.Common.Messaging;
namespace NzbDrone.Core.Instrumentation.Commands
{
public class TrimLogCommand : ICommand
{
}
}