mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-26 20:11:49 +02:00
8 lines
127 B
C#
8 lines
127 B
C#
using System;
|
|
|
|
namespace NzbDrone.Core.MediaFiles.Commands
|
|
{
|
|
public class BackendCommandAttribute : Attribute
|
|
{
|
|
}
|
|
} |