Radarr/src/NzbDrone.Core/MediaFiles/Commands/BackendCommandAttribute.cs

9 lines
128 B
C#
Raw Normal View History

2013-09-11 06:33:47 +00:00
using System;
namespace NzbDrone.Core.MediaFiles.Commands
{
public class BackendCommandAttribute : Attribute
{
}
2019-12-22 21:24:10 +00:00
}