mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-30 18:25:57 -04:00
8 lines
127 B
C#
8 lines
127 B
C#
using System;
|
|
|
|
namespace NzbDrone.Core.MediaFiles.Commands
|
|
{
|
|
public class BackendCommandAttribute : Attribute
|
|
{
|
|
}
|
|
} |