mirror of https://github.com/lidarr/Lidarr
8 lines
127 B
C#
8 lines
127 B
C#
|
using System;
|
||
|
|
||
|
namespace NzbDrone.Core.MediaFiles.Commands
|
||
|
{
|
||
|
public class BackendCommandAttribute : Attribute
|
||
|
{
|
||
|
}
|
||
|
}
|