mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-14 11:32:36 +01:00
8 lines
No EOL
126 B
C#
8 lines
No EOL
126 B
C#
using System;
|
|
|
|
namespace NzbDrone.Core.Messaging.Commands
|
|
{
|
|
public class BackendCommandAttribute : Attribute
|
|
{
|
|
}
|
|
} |