1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00
Files
Radarr/NzbDrone.Core/Instrumentation/Commands/ClearLogCommand.cs
T

8 lines
145 B
C#

using NzbDrone.Common.Messaging;
namespace NzbDrone.Core.Instrumentation.Commands
{
public class ClearLogCommand : ICommand
{
}
}