mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
7 lines
144 B
C#
7 lines
144 B
C#
namespace NzbDrone.Api.Metadata
|
|
{
|
|
public class MetadataResource : ProviderResource
|
|
{
|
|
public bool Enable { get; set; }
|
|
}
|
|
} |