1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-30 18:25:57 -04:00
Files
Radarr/NzbDrone.Core/MediaFiles/Commands/BackendCommandAttribute.cs
2013-09-11 17:42:53 -07:00

8 lines
127 B
C#

using System;
namespace NzbDrone.Core.MediaFiles.Commands
{
public class BackendCommandAttribute : Attribute
{
}
}