mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-02 06:31:51 +02:00
8 lines
127 B
C#
8 lines
127 B
C#
using System;
|
|
|
|
namespace NzbDrone.Core.MediaFiles.Commands
|
|
{
|
|
public class BackendCommandAttribute : Attribute
|
|
{
|
|
}
|
|
} |